Hi Zhenya, thanks for this suggestion. 

However, neither setting CacheWriteSynchronizationMode to Full Sync nor
setting it to FULL_ASYNC changes anything: memory cahce changes do not get
propagated:

        private IgniteCache<String, String> getInMemoryKeyValue(Ignite ignite)
        {
                return ignite.getOrCreateCache(new CacheConfiguration<String, 
String>()
                                .setName("memkv")
                                .setCacheMode(CacheMode.REPLICATED)
                                
.setDataRegionName(NodeController.IN_MEMORY_REGION)
                                
.setWriteSynchronizationMode(CacheWriteSynchronizationMode.FULL_SYNC)
                                .setBackups(2));
        }




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to