Hi all, I've recently upgraded to Ignite 2.0 and noticed that IgniteCache.containsKey no longer acquiring a transaction lock on the passed key. In my experience, it seemed to be the case in ignite 1.8 & 1.9. (Correct me if I'm wrong, I assume a containsKey is considered as a READ cache operation)
To showcase the issue, please consider the following test: IgniteContainsTransactionTest.java <http://apache-ignite-users.70518.x6.nabble.com/file/n13090/IgniteContainsTransactionTest.java> Thanks, Rami -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IgniteCache-containsKey-does-not-acquire-Transaction-lock-tp13090.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
