Igor Seliverstov created IGNITE-7371:
----------------------------------------
Summary: MVCC TX Repeatable read semantic
Key: IGNITE-7371
URL:
https://issues.apache.org/jira/browse/IGNITE-7371 Project: Ignite
Issue Type: New Feature
Components: cache
Reporter: Igor Seliverstov
Fix For: 2.5
Repeatable read isolation implies that each GET operation whithin tx gets a last commited version of entry *at the time the tx was started*. Curentrly we get a last commited version of entry *at the time the first read operation invokes on a particular key whithin tx.* We need to fix this unconsistence.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)