It looks as it is possible to access a not thread-safe data simultaneously by several clients when tryLock with timeout is used.
It is reproduced easily with timeouts from 1 to 3 seconds inclusive.
It is very difficult to reproduce the issue with bigger values of the timeout.
- relates to
-
JGRP-1660 LockService hangs during concurrent access (tryLock/tryLock(timeout)/lock/unlock)
- Resolved