Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 85966 invoked from network); 8 Sep 2008 20:24:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Sep 2008 20:24:09 -0000 Received: (qmail 21066 invoked by uid 500); 8 Sep 2008 20:24:07 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 20925 invoked by uid 500); 8 Sep 2008 20:24:06 -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 20914 invoked by uid 99); 8 Sep 2008 20:24:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 13:24:06 -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; Mon, 08 Sep 2008 20:23:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EC62B234C1D3 for ; Mon, 8 Sep 2008 13:23:44 -0700 (PDT) Message-ID: <1777139366.1220905424967.JavaMail.jira@brutus> Date: Mon, 8 Sep 2008 13:23:44 -0700 (PDT) From: "Jonathan Gray (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Jonathan Gray updated HBASE-877: -------------------------------- Attachment: hbase-877-v4.patch Replaces new HStoreKey() empty constructors with HStoreKey(HConstants.EMPTY_BYTE_ARRAY, HRegionInfo) when available > 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 > > > 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.