[ 
https://issues.apache.org/jira/browse/HBASE-8538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658458#comment-13658458
 ] 

rajeshbabu commented on HBASE-8538:
-----------------------------------

Here is the 0.94 test suite report with HBASE-8538,HBASE-8353,HBASE-8422 
patches.
{code}
Running org.apache.hadoop.hbase.constraint.TestConstraint
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.714 sec

Results :

Tests run: 1354, Failures: 0, Errors: 0, Skipped: 13

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:41:40.269s
[INFO] Finished at: Wed May 15 20:52:06 IST 2013
[INFO] Final Memory: 23M/238M
[INFO] ------------------------------------------------------------------------
{code}
                
> 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
>
>         Attachments: HBASE-8538_94.patch
>
>
> 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

Reply via email to