-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When the ClientLock.acquireTryLock() method converts ns to ms, the resulting input can be 0, which leads to a wait(0), which will wait forever.
SOLUTION: convert to ms before and skip the wait if 0.
[JGRP-1949] LockService: tryLock() can wait forever
Resolution | New: Done [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: classic default workflow [ 12667548 ] | New: GIT Pull Request workflow [ 12673175 ] |
Workflow | Original: GIT Pull Request workflow [ 12673175 ] | New: GIT Pull Request workflow v1.0 [ 14181939 ] |