[infinispan-issues] [JBoss JIRA] (ISPN-5958) Functional Listeners modified inconsistency
Galder Zamarreño (JIRA)
issues at jboss.org
Fri Nov 13 12:38:00 EST 2015
Galder Zamarreño created ISPN-5958:
--------------------------------------
Summary: Functional Listeners modified inconsistency
Key: ISPN-5958
URL: https://issues.jboss.org/browse/ISPN-5958
Project: Infinispan
Issue Type: Bug
Affects Versions: 8.1.0.Beta1, 8.0.1.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
When an entry is modified and a RW listener is registered, you can get output like this:
{code}
[node2-event] modified, before: Optional[multi1-value-cluster]
[node2-event] modified, after: Optional[new-multi1-value-cluster]
[node1-event] modified, before: Optional.empty
[node1-event] modified, after: Optional[new-multi1-value-cluster]
{code}
This is not right, if node1's going to print the event, it needs to have all information.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list