Yakov Zhdanov created IGNITE-33:
-----------------------------------
Summary: 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
# 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
(v6.3.4#6332)