[infinispan-issues] [JBoss JIRA] (ISPN-7527) Local write skew check cannot work with persistence
Radim Vansa (JIRA)
issues at jboss.org
Fri Feb 24 08:07:00 EST 2017
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)
More information about the infinispan-issues
mailing list