Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 7388 invoked from network); 9 Sep 2008 13:10:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 13:10:05 -0000 Received: (qmail 38043 invoked by uid 500); 9 Sep 2008 13:10:02 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 38030 invoked by uid 500); 9 Sep 2008 13:10:02 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 38019 invoked by uid 99); 9 Sep 2008 13:10:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 06:10:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 13:09:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38AAE234C1D1 for ; Tue, 9 Sep 2008 06:09:44 -0700 (PDT) Message-ID: <379542541.1220965784231.JavaMail.jira@brutus> Date: Tue, 9 Sep 2008 06:09:44 -0700 (PDT) From: "Jonathan Gray (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-877) HCM is unable to find table with multiple regions which contains binary In-Reply-To: <1676424997.1220841404247.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629484#action_12629484 ] Jonathan Gray commented on HBASE-877: ------------------------------------- Definitely seeing same issue as I did with previous versions. I can still scan META and ROOT, but after my scan of 'items' broke down I'm not unable to scan any of my other tables from the shell. Getting an HTable reference to _any_ table does not work from my java client code. As before, restarting HBase does fix things. > HCM is unable to find table with multiple regions which contains binary > ----------------------------------------------------------------------- > > Key: HBASE-877 > URL: https://issues.apache.org/jira/browse/HBASE-877 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.2.1, 0.18.0 > Reporter: Jonathan Gray > Assignee: Jonathan Gray > Priority: Blocker > Fix For: 0.2.1, 0.18.0 > > Attachments: hbase-877-v1.patch, hbase-877-v2.patch, hbase-877-v3.patch, hbase-877-v4.patch, hbase-877-v5.patch, hbase-877-v6.patch, hbase-877-v8.patch, hbase-877-v9.patch > > > HCM can not find the table with exception: > org.apache.hadoop.hbase.TableNotFoundException: items > at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegionInMeta(HConnectionManager.java:508) > at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:460) > at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:420) > at org.apache.hadoop.hbase.client.HTable.(HTable.java:130) > at HBaseRef.(HBaseRef.java:29) > at Import.(Import.java:20) > at Import.main(Import.java:26) > I have a fix already for this. But the problem re-appeared after some time. I have no recreated it yet, but will post results in the morning. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.