You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2013/08/15 18:50:51 UTC

[jira] [Created] (HBASE-9233) isTableAvailable() may be stuck if an offline parent was never assigned

Matteo Bertozzi created HBASE-9233:
--------------------------------------

             Summary: 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.94.10, 0.95.1, 0.98.0
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
            Priority: Critical
             Fix For: 0.98.0, 0.95.2, 0.94.12


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