Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 95650 invoked from network); 28 Jan 2011 16:14:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 16:14:04 -0000 Received: (qmail 71137 invoked by uid 500); 28 Jan 2011 16:14:03 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 70930 invoked by uid 500); 28 Jan 2011 16:14:01 -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 70916 invoked by uid 99); 28 Jan 2011 16:14:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 16:14:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcjhhu-hbase-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 16:13:51 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Piqwx-00031L-Tm for user@hbase.apache.org; Fri, 28 Jan 2011 17:13:28 +0100 Received: from rrcs-71-42-138-16.sw.biz.rr.com ([71.42.138.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jan 2011 17:13:27 +0100 Received: from howech by rrcs-71-42-138-16.sw.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jan 2011 17:13:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@hbase.apache.org From: Chris Howe Subject: Re: Inconsistent META data for a region. Date: Fri, 28 Jan 2011 16:13:16 +0000 (UTC) Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.42.138.16 (Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10) X-Virus-Checked: Checked by ClamAV on apache.org Chris Howe writes: > > I was trying to use "add_table.rb" to restore a table that I had copied the hdfs > files for, and I had some trouble. Now when I run "hbase hbck" I get the > following: > > ... > ERROR: Region test,,1296067171940.0200bfe58a9e9fadf8ebfa523c47332f. found on > server 10.101.45.82:60020 but is listed in META to be on server ip-10-117-86- > 81.ec2.internal:60020. > ERROR: Region test,,1296067171940.0200bfe58a9e9fadf8ebfa523c47332f. found on > server 10.100.225.127:60020 but is listed in META to be on server ip-10-117- 86- > 81.ec2.internal:60020. > Detected 2 inconsistencies. This might not indicate a real problem because these > regions could be in the midst of a split. Consider re-running with a larger > value of -timelag. > ... > I ended up restarting all of the regionservers, and the ghost regions decided to go away. I am still looking for a way to run add_table.rb that actually works. --Chris