Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.