Re: Write Behind data safety guarantees II

2016-09-13 Thread vkulichenko
lost). Only synchronous write-through can guarantee that there are no data loss. [1] https://issues.apache.org/jira/browse/IGNITE-1897 -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Write-Behind-data-safety-guarantees-II-tp7696p7721.html Sent from

Re: Write Behind data safety guarantees II

2016-09-13 Thread Jörn Franke
You can have also the case both nodes crash ... The bottom line is that a write loss can occur in any system. I am always surprised to hear even senior consultants saying that in a high reliability database no write loss can occur or the risk is low (think about the human factor! Eg an admin

Write Behind data safety guarantees II

2016-09-13 Thread Christian Reiniger
Hi, I've been trying to find information on cache persistence write behind behavior that might lead to entries not being written to the persistent store. Most notably: what happens in the following scenario: * Cache 'cache' has two backup copies on nodes A and B respectively and is