You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexei Scherbakov (JIRA)" <ji...@apache.org> on 2018/08/24 16:25:00 UTC

[jira] [Created] (IGNITE-9380) Assertion in TxRollbackOnTimeoutTest

Alexei Scherbakov created IGNITE-9380:
-----------------------------------------

             Summary: Assertion in TxRollbackOnTimeoutTest
                 Key: IGNITE-9380
                 URL: https://issues.apache.org/jira/browse/IGNITE-9380
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexei Scherbakov
            Assignee: Alexei Scherbakov


{noformat}
java.lang.AssertionError
    at org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl.txStart0(IgniteTransactionsImpl.java:182)
    at org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl.txStart(IgniteTransactionsImpl.java:94)
    at org.apache.ignite.internal.processors.cache.transactions.TxRollbackOnTimeoutTest$4.run(TxRollbackOnTimeoutTest.java:454)
    at org.apache.ignite.testframework.GridTestUtils$6.call(GridTestUtils.java:1254)
    at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
{noformat}

Looks like it's possible because tx can be rolled back by very short timeout before onCreated is called.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)