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

[jira] [Created] (IGNITE-10520) MVCC: Next to mvcc-tx non-mvcc-Tx failed with unexpected exception.

Andrew Mashenkov created IGNITE-10520:
-----------------------------------------

             Summary: MVCC: Next to mvcc-tx non-mvcc-Tx failed with unexpected exception.
                 Key: IGNITE-10520
                 URL: https://issues.apache.org/jira/browse/IGNITE-10520
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrew Mashenkov


IgniteCachePrimarySyncTest.testPutGet) failed.

It run tx operations one by one
 # tx on Transactional cache
 # tx on Transactional_snapshot cache.
 # tx on Transactional cache

Last tx failed with "TransactionException: Only pessimistic repeatable read transactions are supported when MVCC is enabled." which is unexpected.

Looks like we forget to reset tx context somewhere.



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