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 A872297E4 for ; Fri, 2 Dec 2011 18:00:04 +0000 (UTC) Received: (qmail 49291 invoked by uid 500); 2 Dec 2011 18:00:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 49152 invoked by uid 500); 2 Dec 2011 18:00: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 49117 invoked by uid 99); 2 Dec 2011 18:00: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 18:00: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 18:00:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7EE3BBCE9F for ; Fri, 2 Dec 2011 17:59:40 +0000 (UTC) Date: Fri, 2 Dec 2011 17:59:40 +0000 (UTC) From: "Jean-Daniel Cryans (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <836194177.35428.1322848780521.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=13161754#comment-13161754 ] Jean-Daniel Cryans commented on HBASE-4921: ------------------------------------------- My understanding is that this is used to check the existence of the table, whether it's disabled or not shouldn't really matter. This is not the only place where the region offline exception is thrown all the way up, admin.split does the same thing. What exactly was the stack trace you saw Pritam? > 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