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 1AF2B9B93 for ; Wed, 5 Sep 2012 00:33:15 +0000 (UTC) Received: (qmail 15670 invoked by uid 500); 5 Sep 2012 00:33:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 15631 invoked by uid 500); 5 Sep 2012 00:33:14 -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 15622 invoked by uid 99); 5 Sep 2012 00:33:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 00:33:14 +0000 Date: Wed, 5 Sep 2012 11:33:14 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1025359450.36135.1346805194805.JavaMail.jiratomcat@arcas> In-Reply-To: <1301884544.54300.1340669264553.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6268) Can't enable a table on a 0.94 cluster from a 0.92 client 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-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448261#comment-13448261 ] Hudson commented on HBASE-6268: ------------------------------- Integrated in HBase-0.94-security #51 (See [https://builds.apache.org/job/HBase-0.94-security/51/]) HBASE-6268 Can't enable a table on a 0.94 cluster from a 0.92 client (Revision 1379688) Result = FAILURE larsh : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java > Can't enable a table on a 0.94 cluster from a 0.92 client > --------------------------------------------------------- > > Key: HBASE-6268 > URL: https://issues.apache.org/jira/browse/HBASE-6268 > Project: HBase > Issue Type: Bug > Reporter: Jean-Daniel Cryans > Assignee: Ted Yu > Fix For: 0.92.2, 0.94.2 > > Attachments: 6268-92.txt, 6268-94.txt > > > In 0.92 we know a table's enabled by doing this in HCM.isEnabledTable: > bq. return getTableState(zkw, tableName) == null; > In 0.94 we do: > bq. return getTableState(zkw, tableName) == TableState.ENABLED; > So what happens is that the the 0.92 client will hang forever since the znode contains ENABLED instead of being absent. -- 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