You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2018/04/09 13:54:00 UTC

[jira] [Updated] (IGNITE-7770) Ignite Cache 6: testRandomMixedTxConfigurations failed probably after jsr166 removal

     [ https://issues.apache.org/jira/browse/IGNITE-7770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitriy Pavlov updated IGNITE-7770:
-----------------------------------
    Fix Version/s:     (was: 2.5)
                   2.6

> 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)