-
Type:
Sub-task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: fate
-
Labels:None
Currently DistributedReadWriteLock.tryLock polls every 100ms to obtain a lock. There are fancier mechanisms, like using Watchers to do this. There's also probably a curator recipe for this as an alternative.