-
Bug
-
Resolution: Done
-
Major
-
6.0.1.Final
-
None
The writeSkewCheck flag does not work correctly for AtomicMap. When Infinispan runs in REPEATABLE_READ isolation mode for transactions, the writeSkewCheck flag is enabled, and two concurrent transactions read/write data from the same AtomicMap. The WriteSkewException exception is never thrown when committing either of the transactions.
Consequently, the data stored in the AtomicMap might be changed by another transaction, and current transaction will not register this change during commit.