]
Galder Zamarreño updated ISPN-4032:
-----------------------------------
Fix Version/s: 7.1.0.Alpha1
(was: 7.0.0.Final)
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
Labels: 630
Fix For: 7.1.0.Alpha1
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.