]
William Burns commented on ISPN-9732:
-------------------------------------
Technically this was fixed in 9.4.2 and 10.0.0.Alpha1. The additional tests to verify were
added in 9.4.9 and 10.0.0.Beta3.
Local iteration optimization with write behind is valid for non
shared stores
-----------------------------------------------------------------------------
Key: ISPN-9732
URL:
https://issues.jboss.org/browse/ISPN-9732
Project: Infinispan
Issue Type: Bug
Components: Core, Loaders and Stores
Affects Versions: 9.4.1.Final
Reporter: William Burns
Assignee: William Burns
Priority: Major
Fix For: 9.4.2.Final, 10.0.0.Alpha1
ISPN-9332 disabled iteration optimization when an async store is present. This is only
required for shared stores, since non shared stores will write to the async store on each
node.