Hi all! 

We have a cache "Accounts".
We use 3rd Party Persistence with Write-Through mode

In the cache there are two accounts.
Account width id = 1 is located on node A and account with id = 2 is located
on node B.
In a single transaction we want to transfer the amount of $100 from account
1 to account 2.

How Ignite in the described case supports ACID transactions?
What happens if the CacheStore on node A successfully executes the commit in
the overrided method sessionEnd
and when the sessionEnd method is executed on node B, an error occurs and
the data is not commit in the database.

In this case, we get inconsistent data in the database, right?

Thanks!



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

Reply via email to