Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 71200 invoked from network); 1 Jun 2010 18:57:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 18:57:25 -0000 Received: (qmail 8508 invoked by uid 500); 1 Jun 2010 18:57:24 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 8483 invoked by uid 500); 1 Jun 2010 18:57:24 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 8475 invoked by uid 99); 1 Jun 2010 18:57:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 18:57:24 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.211.171 as permitted sender) Received: from [209.85.211.171] (HELO mail-yw0-f171.google.com) (209.85.211.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 18:57:16 +0000 Received: by ywh1 with SMTP id 1so4095345ywh.22 for ; Tue, 01 Jun 2010 11:56:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=xlL0J9x8feA8pJ50esyKMZc2WwoHw8lFSATPJdFwZRw=; b=sgAb25hXbxJvu6oZYaTYYZUWETLjMltWFG5nAS2u5U3BdhIy1Nwngjff/cYfjeXe5B guAd4l0Cxg84l6WcxCXOJ3sQScEE294hpZInlLo0rI5b4oOvEu1DsMNmxeNGR0GhGUOJ +cXve6SINYiX6GAO3JVZM37OzrZbe+i7lkMzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=ZAfUnYiJeXXYV9Kv7clP6S6tinkvwnxtSsQvjkh1B7Gy3H+KjhxtHzN8nqAtbn57wj WpjFfm7RzBBjJJVmF/k5pNpefjj/ohSlYvxsFb6Y17Ndgg35uGWrFBQSqO6QSbJbprn/ P2RplTdnFk0hSyAXFip58NGuWg0JVVA55PAv4= MIME-Version: 1.0 Received: by 10.224.60.5 with SMTP id n5mr2706108qah.288.1275418614415; Tue, 01 Jun 2010 11:56:54 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.229.211.2 with HTTP; Tue, 1 Jun 2010 11:56:54 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 Jun 2010 11:56:54 -0700 X-Google-Sender-Auth: G47amkTPktJQH7I-L4uynrCsv6M Message-ID: Subject: Re: Weird problem on one of my clouds... From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jun 1, 2010 at 11:13 AM, Michael Segel wrote: > Ok... when I try tools zk_dump I get the following: > =A0Region servers: > =A0 =A0- 127.0.0.1:60020 > =A0 =A0- 10.8.239.89:60020 > =A0 =A0- 127.0.0.1:60020 > =A0 =A0- 10.8.239.87:60020 > =A0 =A0- 10.8.239.95:60020 > =A0 =A0- 127.0.0.1:60020 > =A0 =A0- 10.8.239.93:60020 > =A0 =A0- 10.8.239.91:60020 > =A0 =A0- 127.0.0.1:60020 > =A0 =A0- 127.0.0.1:60020 > =A0 =A0- 127.0.0.1:60020 > > > This doesn't make sense. > Why would some of my region servers show up saying that they are local ho= sts? Because thats what its getting for its machine name. See the head of HRegionServer around #242 where it does this to figure out the whoami: machineName =3D DNS.getDefaultHost( conf.get("hbase.regionserver.dns.interface","default"), conf.get("hbase.regionserver.dns.nameserver","default")); > All of the servers have the same set of configuration files. > If you look in the regionserver log, is it saying that its registered on 127.0.0.1:60020? St.Ack