Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85D4E9136 for ; Fri, 2 Dec 2011 19:37:03 +0000 (UTC) Received: (qmail 50614 invoked by uid 500); 2 Dec 2011 19:37:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 50585 invoked by uid 500); 2 Dec 2011 19:37:03 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 50577 invoked by uid 99); 2 Dec 2011 19:37:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 19:37:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 19:37:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E3018BC401 for ; Fri, 2 Dec 2011 19:36:39 +0000 (UTC) Date: Fri, 2 Dec 2011 19:36:39 +0000 (UTC) From: "Pritam Damania (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <669931634.35641.1322854599931.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1771126705.29222.1322703819879.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4921) HTable initialization looks for EMPTY_START_ROW MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161804#comment-13161804 ] Pritam Damania commented on HBASE-4921: --------------------------------------- @Jean-Daniel Cryans Here is the stack trace : Exception in thread "main" org.apache.hadoop.hbase.client.RegionOfflineException: region offline: VerificationTest_DummyTable,,1322854092301.58a6099fa8fd53eb23c6329cf9fc46fe. at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegionInMeta(HConnectionManager.java:839) at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:694) at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:661) at org.apache.hadoop.hbase.client.HTable.(HTable.java:137) > HTable initialization looks for EMPTY_START_ROW > ----------------------------------------------- > > Key: HBASE-4921 > URL: https://issues.apache.org/jira/browse/HBASE-4921 > Project: HBase > Issue Type: Bug > Affects Versions: 0.90.4 > Reporter: Pritam Damania > > The HTable initialization does something like this : > {code}this.connection.locateRegion(tableName, HConstants.EMPTY_START_ROW);{code} > What is the rationale behind this ? What would happen if this region is in flight ? I ran into a problem where I disabled the first region of the table and now I can't create an HTable instance to this table. > Disabling the first region is like disabling the entire table from a client perspective. I feel this is not the correct behavior. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira