]
William Burns resolved ISPN-4032.
---------------------------------
Resolution: Duplicate Issue
This is fixed by
Listeners on originator node in DIST are notified even when not an
owner
------------------------------------------------------------------------
Key: ISPN-4032
URL:
https://issues.jboss.org/browse/ISPN-4032
Project: Infinispan
Issue Type: Bug
Components: Core, Listeners
Affects Versions: 6.0.1.Final
Reporter: William Burns
Assignee: William Burns
Labels: 630
Currently we notify listeners installed on the originator node when they perform a write
command. This is done even when the originator node doesn't own the key. These
notifications should only be fired by primary owner/backup owners normally and only
primary if configured to do so.
The DistListenerTest currently even asserts this behavior around line ~85.