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)