You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2013/08/15 21:22:53 UTC

[jira] [Updated] (HBASE-9151) HBCK cannot fix when meta server znode deleted, this can happen if all region servers stopped and there are no logs to split.

     [ https://issues.apache.org/jira/browse/HBASE-9151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-9151:
-------------------------

    Fix Version/s:     (was: 0.95.2)
                   0.96.0
    
> HBCK cannot fix when meta server znode deleted, this can happen if all region servers stopped and there are no logs to split.
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-9151
>                 URL: https://issues.apache.org/jira/browse/HBASE-9151
>             Project: HBase
>          Issue Type: Bug
>          Components: hbck
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.98.0, 0.96.0
>
>
> When meta server znode deleted and meta in FAILED_OPEN state, then hbck cannot fix it. This scenario can come when all region servers stopped by stop command and didnt start any RS within 10 secs(with default configurations). 
> {code}
>   public void assignMeta() throws KeeperException {
>     MetaRegionTracker.deleteMetaLocation(this.watcher);
>     assign(HRegionInfo.FIRST_META_REGIONINFO, true);
>   }
> {code}

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