[
https://issues.jboss.org/browse/ISPN-7527?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-7527:
------------------------------------
Looking at {{LockingConfigurationBuilder.validate()}} we already force the user to enable
versioning even for local caches, so I think it should be easy to just use the versions
regardless of cache mode.
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)