I have a question about consistency between nodes in an ignite cluster. We
are writing entries into an ignite cache on one node and reading the same
entry on another node just 1 second later but we observe that this second
node does not yet contain the entry. Is this normal behaviour?

Note that we are not using any transactions.

I read on http://apacheignite.gridgain.org/v1.2/docs/transactions that even
when using atomic mode, atomicity and consistency across nodes is
guaranteed. Does this mean that reads after a write are always guaranteed to
return the written value?



--
View 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.

Reply via email to