[infinispan-issues] [JBoss JIRA] (ISPN-3101) AbstractTxLockingInterceptor.lockKeyAndCheckOwnership miscalculates the time it should wait for Tx to complete
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Wed May 15 05:51:06 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-3101:
--------------------------------
Description: 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. (was: 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 Linux + Oracle jdk but it is known to be different on mac.)
> 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 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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list