Hi
Let's say we have 2working in parallel:
1. client1: start transaction
2. client2: start transaction
3. client1: getAndPutIfAbsent("key", x);
4. client2: getAndPutIfAbsent("key", x); - will it create new cache entry?
5. client1: commit
6. client2: commit - will it fail?-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-getAndPutIfAbsent-works-within-a-transaction-tp7819.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
