]
Katia Aresti updated ISPN-8949:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Clear from data container doesn't remove expired entries
--------------------------------------------------------
Key: ISPN-8949
URL:
https://issues.jboss.org/browse/ISPN-8949
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.2.0.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.2.1.Final
ISPN-8548 changed it so that we don't pull entries into memory at once for a clear.
However it also is using the iterator method which doesn't return expired entries. We
should also return and subsequently remove expired entries.