]
Tristan Tarrant updated ISPN-8324:
----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
Cache listener receives CacheEntriesEvictedEvent for entries
irrespective of filter
-----------------------------------------------------------------------------------
Key: ISPN-8324
URL:
https://issues.jboss.org/browse/ISPN-8324
Project: Infinispan
Issue Type: Bug
Components: Eviction
Affects Versions: 9.1.1.Final
Reporter: Paul Ferraro
Priority: Major
Fix For: 10.0.1.Final
Attachments: Test.java
If a cache registers a listener using a KeyFilter, should not receive
CacheEntriesEvictedEvents for entries that do not honor the filter. See attached
reproducer.