Dan Berindei created ISPN-12289:
-----------------------------------
Summary: Anchored keys: skip listener notifications on non-anchor owners
Key: ISPN-12289
URL:
https://issues.redhat.com/browse/ISPN-12289
Project: Infinispan
Issue Type: Bug
Components: Listeners
Reporter: Dan Berindei
Anchored keys caches store the value on a single node (the anchor node), and all the other
nodes only store a reference to the anchor in a {{RemoteMetadata}} instance.
Cluster/client listeners are invoked only once, from the anchor node, but regular
listeners are invoked on all the cache members, even though the value is {{null}}.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)