]
Gustavo Fernandes resolved ISPN-7825.
-------------------------------------
Resolution: Duplicate Issue
Conditional removes not propagating to indexes
----------------------------------------------
Key: ISPN-7825
URL:
https://issues.jboss.org/browse/ISPN-7825
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Affects Versions: 9.0.0.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
When doing a cache.remove(K, V) and the command succeeds, the value is not removed from
the indexes.
Queries still return the correct results since after the query execution, the ids
retrieved from Lucene that are not existent in the cache get discarded.