]
William Burns updated ISPN-9665:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
JCache remote notifies listener on clear
----------------------------------------
Key: ISPN-9665
URL:
https://issues.jboss.org/browse/ISPN-9665
Project: Infinispan
Issue Type: Bug
Components: Hot Rod, JCache
Affects Versions: 9.4.0.Final
Reporter: William Burns
Priority: Major
The JCache tck requires that listeners are not notified when a cache clear occurs. We
notify all listeners in this case for a remote client. Embedded ignores the events
properly. This is causing TCK failure to occur randomly, depending on how fast the event
is received.
We should disable these events on the remote side to adhere to the TCK.