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:04:00 UTC

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

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

Denis Mekhanikov updated IGNITE-11543:
--------------------------------------
    Attachment: CacheOptimisticTransactionTopologyChangeReadThroughTest.java

> 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
>            Priority: Major
>         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)