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 4EBDED8B1 for ; Thu, 30 Aug 2012 15:33:08 +0000 (UTC) Received: (qmail 85569 invoked by uid 500); 30 Aug 2012 15:33:08 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 85540 invoked by uid 500); 30 Aug 2012 15:33:08 -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 85530 invoked by uid 99); 30 Aug 2012 15:33:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 15:33:08 +0000 Date: Fri, 31 Aug 2012 02:33:08 +1100 (NCT) From: "Jesse Yates (JIRA)" To: issues@hbase.apache.org Message-ID: <1194162058.16856.1346340788101.JavaMail.jiratomcat@arcas> In-Reply-To: <1771126705.29222.1322703819879.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (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 [ https://issues.apache.org/jira/browse/HBASE-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Yates updated HBASE-4921: ------------------------------- Affects Version/s: 0.96.0 > 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, 0.96.0 > 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 For more information on JIRA, see: http://www.atlassian.com/software/jira