AbstractTxLockingInterceptor.lockKeyAndCheckOwnership miscalculates
the time it should wait for Tx to complete
--------------------------------------------------------------------------------------------------------------
Key: ISPN-3101
URL:
https://issues.jboss.org/browse/ISPN-3101
Project: Infinispan
Issue Type: Bug
Components: Locking and Concurrency, Transactions
Affects Versions: 5.2.5.Final
Environment: Works on PC with Linux + Oracle jdk. Should fail on mac.
Reporter: Adrian Nistor
Assignee: Mircea Markus
Fix For: 5.3.0.Final
The wait time is computed based on System.nanoTime() which is not identical to wall clock
time on all platforms. It happens to work on PCs with Linux + Oracle jdk but it is known
to be different on mac.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: