[
https://issues.apache.org/jira/browse/IGNITE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk resolved IGNITE-33.
------------------------------------
Resolution: Won't Fix
This is essentially MVCC, closing.
> Make sure that partially committed transaction (or partially applied atomic
> update) is not visible, and becomes visible only after all entries are updated
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-33
> URL: https://issues.apache.org/jira/browse/IGNITE-33
> Project: Ignite
> Issue Type: Task
> Reporter: Yakov Zhdanov
> Priority: Major
>
> # innerUpdate() should set {{flag}} that entry is currently updated
> # innerGet() should wait until flag is cleared if it requires read committed
> guarantees
> # after all entries are updated {{flag}} gets cleared and all threads waiting
> in innerGet() get notified.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)