]
William Burns updated ISPN-8880:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
SoftIndexFileStore process returns nothing when fetchValues is false
--------------------------------------------------------------------
Key: ISPN-8880
URL:
https://issues.jboss.org/browse/ISPN-8880
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 9.2.0.CR2
Reporter: William Burns
Fix For: 8.2.1.Final, 9.3.0.Alpha1
The soft index store process method relies on the value being set to determine if an
entry was removed or not. Unfortunately when fetchValues is set to false this is always
unset, which means it will return nothing.
The reason is because of the not null check on this line
https://github.com/infinispan/infinispan/blob/e5958e36e3358b52095798044c0...