Re: Explicit setting of write synchronization mode FULL_SYNC needed for replicated caches?

2017-08-04 Thread Andrey Gura
Hi Muthu, You understand correctly. If you have write-then-read logic that can be executed on backup node for particular key than you should use FULL_SYNC write synchronization mode. Other way to get similar behaviour is setting readFromBackup property value to false. In this case you still can

Explicit setting of write synchronization mode FULL_SYNC needed for replicated caches?

2017-08-03 Thread Muthu
Hi Folks, I understand from the docs (https://apacheignite.readme.io/docs/cache-modes) that replicated caches are implemented using partitioned caches where every key has a primary copy and is also backed up on all other nodes in the cluster & that when data is queried lookups would be made from