[infinispan-issues] [JBoss JIRA] (ISPN-1935) Notification CacheEntryModified in combination with Tree API always contains an empty AtomicHashMap
Michael Gronau (JIRA)
jira-events at lists.jboss.org
Wed Mar 21 04:15:47 EDT 2012
Michael Gronau created ISPN-1935:
------------------------------------
Summary: Notification CacheEntryModified in combination with Tree API always contains an empty AtomicHashMap
Key: ISPN-1935
URL: https://issues.jboss.org/browse/ISPN-1935
Project: Infinispan
Issue Type: Bug
Components: Core API, Tree API
Affects Versions: 5.1.2.FINAL
Reporter: Michael Gronau
Assignee: Manik Surtani
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list