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

Jean-Marc Spaggiari commented on HBASE-9462:
--------------------------------------------

But that might give the wrong information, no?

Like:
if isTableEnabled = false then table.enable

then we will try to enable the table but it doesn't exist? 

I agree that it's a corner case. We should not even call isTableEnable call on 
a table which doesn't exist, expect if one process is removing it while another 
one is trying to access it...
                
> HBaseAdmin#isTableEnabled() should return false for non-existent table
> ----------------------------------------------------------------------
>
>                 Key: HBASE-9462
>                 URL: https://issues.apache.org/jira/browse/HBASE-9462
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.2
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.96.0
>
>         Attachments: 9462.patch
>
>
> HBaseAdmin#isTableEnabled() returns true for a table which doesn't exist.
> We should check table existence.

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