[infinispan-issues] [JBoss JIRA] (ISPN-11119) Invalidation put should load previous value from stores
Dan Berindei (Jira)
issues at jboss.org
Fri Jan 3 06:40:23 EST 2020
Dan Berindei created ISPN-11119:
-----------------------------------
Summary: Invalidation put should load previous value from stores
Key: ISPN-11119
URL: https://issues.redhat.com/browse/ISPN-11119
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.1.0.Final, 10.0.1.Final, 9.4.17.Final, 9.3.6.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 11.0.0.Final
A {{cache.put(key, value)}} without the {{IGNORE_RETURN_VALUES}} flag should load the previous value from the store(s) and return it.
Currently the previous value is loaded only if the originator of the put is the primary owner of the key (see {{ClusteredCacheLoaderInterceptor.skipLoadForWriteCommand()}}).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list