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

Hudson commented on HBASE-9233:
-------------------------------

FAILURE: Integrated in HBase-0.94-security #259 (See 
[https://builds.apache.org/job/HBase-0.94-security/259/])
HBASE-9233 isTableAvailable() may be stuck if an offline parent was never 
assigned (mbertozzi: rev 1514904)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/master/handler/TestCreateTableHandler.java

                
> isTableAvailable() may be stuck if an offline parent was never assigned
> -----------------------------------------------------------------------
>
>                 Key: HBASE-9233
>                 URL: https://issues.apache.org/jira/browse/HBASE-9233
>             Project: HBase
>          Issue Type: Bug
>          Components: Client, Region Assignment
>    Affects Versions: 0.98.0, 0.95.1, 0.94.10
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Critical
>             Fix For: 0.98.0, 0.94.12, 0.96.0
>
>         Attachments: HBASE-9233-0.94-v0.patch, HBASE-9233-trunk-v0.patch, 
> HBASE-9233-trunk-v1.patch
>
>
> HConnectionManager.isTableAvailable() the SERVER_QUALIFIER for each region, 
> including the offline split parent.
> In case of hbck META recovery or snapshots clone/restore an offline parent 
> will never be assigned (since should stay offline). In this case 
> HBaseAdmin.waitUntilTableIsEnabled() used by enable() and cloneSnapshot() 
> will wait until the timeout is expired.

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