Details
Description
Once we have HBASE-16744, HBASE-16786, HBASE-16831. we can remove the tryLock() methods and replace them with the wait/wake methods that are using the framework events instead of spinning until we can start the proc.
Attachments
Attachments
Issue Links
- blocks
-
HBASE-17269 Intermittent TestMasterProcedureSchedulerConcurrency failure
- Closed
- requires
-
HBASE-16744 Procedure V2 - Lock procedures to allow clients to acquire locks on tables/namespaces/regions
- Closed
-
HBASE-16786 Procedure V2 - Move ZK-lock's uses to Procedure framework locks (LockProcedure)
- Closed
-
HBASE-16831 Procedure V2 - Remove org.apache.hadoop.hbase.zookeeper.lock
- Closed
- links to