]
Gustavo Fernandes updated ISPN-12283:
-------------------------------------
Affects Version/s: 9.4.21.Final
Expiration not removing entry from indexes
------------------------------------------
Key: ISPN-12283
URL:
https://issues.redhat.com/browse/ISPN-12283
Project: Infinispan
Issue Type: Bug
Components: Core, Embedded Querying
Affects Versions: 10.1.8.Final, 12.0.0.Dev02, 9.4.21.Final, 11.0.3.Final
Reporter: Gustavo Fernandes
Assignee: Will Burns
Priority: Major
The ExpirationManagerImpl when processing expirations, deletes the entry from the data
container and from the stores, but not from the indexes
The problem is always reproducible with local caches, and happens intermittently with
clustered caches. Reproducer for 10.1.x:
https://github.com/infinispan/infinispan/pull/8667