You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "rajeshbabu (JIRA)" <ji...@apache.org> on 2013/05/13 20:03:16 UTC

[jira] [Created] (HBASE-8538) HBaseAdmin#isTableEnabled() should check table existence before checking zk state.

rajeshbabu created HBASE-8538:
---------------------------------

             Summary: HBaseAdmin#isTableEnabled() should check table existence before checking zk state.
                 Key: HBASE-8538
                 URL: https://issues.apache.org/jira/browse/HBASE-8538
             Project: HBase
          Issue Type: Bug
          Components: Admin
            Reporter: rajeshbabu
            Assignee: rajeshbabu
             Fix For: 0.94.8


To avoid compatibility issues with older versions HBaseAdmin#isTableEnabled returning true even if the table state is null. Its also returning true even a table is not present. We should confirm table existence from .META. before checking in zk. If table not present or deleted, then It will throw TableNotFoundException.

--
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