[
https://issues.apache.org/jira/browse/IGNITE-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16440752#comment-16440752
]
Andrey Kuznetsov commented on IGNITE-7770:
------------------------------------------
[~agura], I've gathered all reliable changes into new PR [1]. Could you take a
look, please?
[1] https://github.com/apache/ignite/pull/3843
> Ignite Cache 6: testRandomMixedTxConfigurations failed probably after jsr166
> removal
> ------------------------------------------------------------------------------------
>
> Key: IGNITE-7770
> URL: https://issues.apache.org/jira/browse/IGNITE-7770
> Project: Ignite
> Issue Type: Task
> Reporter: Dmitriy Pavlov
> Assignee: Andrey Kuznetsov
> Priority: Major
> Labels: MakeTeamcityGreenAgain, Muted_test
> Fix For: 2.6
>
>
> TxRollbackOnTimeoutNearCacheTest.testRandomMixedTxConfigurations fails
> flakily due to resulting future timeout. It's caused by poor reproducible
> infinite park's in optimistic TX commit:
> sun.misc.Unsafe.park(Native Method)
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:304)
> org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:177)
> org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:140)
> org.apache.ignite.internal.processors.cache.transactions.TransactionProxyImpl.commit(TransactionProxyImpl.java:293)
> org.apache.ignite.internal.processors.cache.transactions.TxRollbackOnTimeoutTest$4.run(TxRollbackOnTimeoutTest.java:444)
> org.apache.ignite.testframework.GridTestUtils$9.call(GridTestUtils.java:1275)
> org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> There is also another failure for this test, it's described in separate
> ticket attached to this one.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)