If region opening fails, try to transition region back to "offline" in ZK
-------------------------------------------------------------------------

                 Key: HBASE-4287
                 URL: https://issues.apache.org/jira/browse/HBASE-4287
             Project: HBase
          Issue Type: Improvement
          Components: master, regionserver
    Affects Versions: 0.90.4
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
             Fix For: 0.94.0


In the case that region-opening fails, we currently just close the region 
again, but don't do anything to the node in ZK. Instead, we should attempt to 
transition it from the OPENING state back to an OFFLINE state, or perhaps a new 
FAILED_OPEN state. Otherwise, we have to wait for the full timeoutMonitor 
period to elapse, which can be quite a long time.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to