]
RH Bugzilla Integration updated ISPN-5563:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
AsyncCacheLoader.load() may still return stale data
---------------------------------------------------
Key: ISPN-5563
URL:
https://issues.jboss.org/browse/ISPN-5563
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 5.0.0.FINAL, 6.0.0.Final, 7.0.0.Final
Reporter: Karsten Blees
Fix For: 8.0.0.Beta1, 7.2.4.Final
There's a race condition that allows AsyncCacheLoader.load() / State.get() to return
stale data. If the coordinator thread moves a modification to the head state because of a
key conflict with tail, State.get() may miss that modification and return data from the
back-end store instead.