[
https://issues.apache.org/jira/browse/HBASE-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445755#comment-13445755
]
Hudson commented on HBASE-6268:
-------------------------------
Integrated in HBase-0.92-security #129 (See
[https://builds.apache.org/job/HBase-0.92-security/129/])
HBASE-6268 Can't enable a table on a 0.94 cluster from a 0.92 client
(Revision 1379292)
Result = FAILURE
stack :
Files :
*
/hbase/branches/0.92/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
>
> Attachments: 6268-92.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