]
Paul Ferraro updated ISPN-8322:
-------------------------------
Attachment: Test.java
Cache.evict(...) ignores Flag.SKIP_LISTENER_NOTIFICATION
--------------------------------------------------------
Key: ISPN-8322
URL:
https://issues.jboss.org/browse/ISPN-8322
Project: Infinispan
Issue Type: Bug
Components: Eviction
Affects Versions: 9.1.1.Final
Reporter: Paul Ferraro
Priority: Critical
Attachments: Test.java
cache.getAdvancedCache().withFlags(Flag.SKIP_LISTENER_NOTIFICATION).evict(...) should
never directly trigger a CacheEntriesEvicted event. See attached reproducer.