Yes, CacheStore.load() will be called automatically in case coordinator node
fails in the middle of commit. But in your case I'm not quite sure it will
always work, because DB updates are actually asynchronous. Real synchronous
write-through to the DB is the only way to guarantee transactional
consistency between cache and DB.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Two-phase-commit-failure-recovery-tp9040p9105.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to