You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Mekhanikov (JIRA)" <ji...@apache.org> on 2019/03/14 12:02:00 UTC

[jira] [Created] (IGNITE-11543) TransactionOptimisticException on topology change when readThrough is enabled

Denis Mekhanikov created IGNITE-11543:
-----------------------------------------

             Summary: TransactionOptimisticException on topology change when readThrough is enabled
                 Key: IGNITE-11543
                 URL: https://issues.apache.org/jira/browse/IGNITE-11543
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.7
            Reporter: Denis Mekhanikov
         Attachments: CacheOptimisticTransactionTopologyChangeReadThroughTest.java

When topology changes during an optimistic serializable transaction on a replicated cache with {{readThrough}} enabled, {{TransactionOptimisticException}} may appear.

Cache configuration:
{noformat}
cacheMode: REPLICATED
atomicityMode: TRANSACTIONAL
readThrough: true
{noformat}

Reproducer is attached.



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