Description
For some reason waitEvent() and waitRegion() had a mismatching return value. unity the wait semantic in being: return true we wait, false we don't wait.
procedures using hasLock = waitRegion() should change to hasLock = !waitRegion(). at the moment we have only DispatchMergingRegionsProcedure using it (in master).
Attachments
Attachments
Issue Links
- blocks
-
HBASE-16587 Procedure v2 - Cleanup suspended proc execution
- Closed