]
Galder Zamarreño updated ISPN-5575:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
Shared write-behind store can read stale entries on joiner
----------------------------------------------------------
Key: ISPN-5575
URL:
https://issues.jboss.org/browse/ISPN-5575
Project: Infinispan
Issue Type: Bug
Components: Core, Loaders and Stores
Affects Versions: 8.0.0.Alpha2, 7.2.3.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.4.0.Final
The AsyncCacheWriter modification queue is not sent with state transfer when the store is
shared. A joiner can then read from the shared store a stale version of entries that have
updates in the modification queue but are no longer in memory (because they were either
removed explicitly, or evicted).