Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Steps to reproduce
==================
-> Region R1 is being opened in RS1.
->After processing the znode to OPENED RS1 goes down.
->Now before the OpenedRegionHandler executor deletes the znode if ServerShutDownHandler tries to assign the region to RS2, RS2 transits the node to OPENED and this OpenedRegionHandler executor deletes the znode.
->Now if the first OpenedRegionHandler tries deleting the znode it throws NoNode Exception and causes the HMaster to abort.
Attachments
Issue Links
- depends upon
-
HBASE-4540 OpenedRegionHandler is not enforcing atomicity of the operation it is performing
- Closed