Radim Vansa created ISPN-7527:
---------------------------------
Summary: Local write skew check cannot work with persistence
Key: ISPN-7527
URL:
https://issues.jboss.org/browse/ISPN-7527
Project: Infinispan
Issue Type: Bug
Reporter: Radim Vansa
The local write skew check is not based on comparing versions but object refences in
container. If the entry is evicted/passivated during a transaction, the reference is
removed from container and write skew check throws exception. Loading from persistence
layer is insufficient as we load a copy of the instance.
Good thing is this may cause false negatives (spurious failures), but does not affect
consistency.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)