Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
None
Description
We synchronize on region state doing single assign of a region but then over in the handleRegion zk callback, we don't synchronize on the regionstate instance. Makes no sense. Either get rid of all synchronization or put synchronization everywhere (we should probably do the latter since it makes things easier to reason about, and these states are already complicated. There could be a performance issue though).
Attachments
Issue Links
- is related to
-
HBASE-6060 Regions's in OPENING state from failed regionservers takes a long time to recover
- Closed