]
Galder Zamarreño resolved ISPN-1935.
------------------------------------
Resolution: Won't Fix
Provide tree cache specific listener callbacks
----------------------------------------------
Key: ISPN-1935
URL:
https://issues.jboss.org/browse/ISPN-1935
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 5.1.2.FINAL
Reporter: Michael Gronau
Assignee: Galder Zamarreño
Labels: API, CacheEntryModified, Notifications, TreeCache
Attachments: TreeListenerTest.java
A put operation to the TreeCache API causes multiple CacheEntryModified events to be
fired. The data map (an AtomicHashMap) is always empty and does not contain the
modifications. The notifications are fired twice for isPre=false and isPre=true, which
means they are fired 4 times.