Handle potential data loss due to concurrent processing of processFaileOver and
ServerShutdownHandler
-----------------------------------------------------------------------------------------------------
Key: HBASE-5501
URL: https://issues.apache.org/jira/browse/HBASE-5501
Project: HBase
Issue Type: Bug
Reporter: chunhui shen
Assignee: chunhui shen
In a live cluster, we do the following step
1.kill the master;
1.start the master, and master is initializing;
3.master complete splitLog
4.kill the META server
5.master start assigning ROOT and META
6.Now meta region data will loss since we may assign meta region before SSH
finish split log for dead META server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira