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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)