Re: Atomicity mode and read-after-write consistency

2016-03-08 Thread Alexey Goncharuk
Hi, Consistency between nodes is guaranteed in ATOMIC mode, however, the read-after-write guarantee is met in the following cases: - cache write synchronization mode is FULL_SYNC. In this mode cache.put() will not return control until all data nodes (primary and backup) responsible for the data

Atomicity mode and read-after-write consistency

2016-03-08 Thread bsmets
this message in context: http://apache-ignite-users.70518.x6.nabble.com/Atomicity-mode-and-read-after-write-consistency-tp3391.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.