[infinispan-issues] [JBoss JIRA] (ISPN-8880) SoftIndexFileStore process returns nothing when fetchValues is false
William Burns (JIRA)
issues at jboss.org
Mon Feb 26 16:49:00 EST 2018
William Burns created ISPN-8880:
-----------------------------------
Summary: 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
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/e5958e36e3358b52095798044c083b65f021eba4/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/SoftIndexFileStore.java#L519
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list