[
https://issues.apache.org/jira/browse/HBASE-18370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085229#comment-16085229
]
Allan Yang commented on HBASE-18370:
------------------------------------
Currently, we will retry 10 times(in default) if region failed to open, then it
will set the region to FAILED_OPEN state. But meta regions will ignore the
retry limit and retry forever. Adding retry number will help, too?
> Master should attempt reassignment of regions in FAILED_OPEN state
> ------------------------------------------------------------------
>
> Key: HBASE-18370
> URL: https://issues.apache.org/jira/browse/HBASE-18370
> Project: HBase
> Issue Type: Improvement
> Reporter: Andrew Purtell
>
> Currently once a region goes into FAILED_OPEN state this requires operator
> intervention. With some underlying causes, this is necessary. With others,
> the master could eventually successfully deploy the region without humans in
> the loop. The master should optionally attempt automatic resolution of
> FAILED_OPEN states with a strategy of: delay, unassign, reassign.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)