[infinispan-issues] [JBoss JIRA] (ISPN-3977) Tx caches raise created event on every put if the entry is not local
William Burns (JIRA)
issues at jboss.org
Thu Feb 6 17:48:28 EST 2014
William Burns created ISPN-3977:
-----------------------------------
Summary: Tx caches raise created event on every put if the entry is not local
Key: ISPN-3977
URL: https://issues.jboss.org/browse/ISPN-3977
Project: Infinispan
Issue Type: Bug
Components: Listeners, Transactions
Affects Versions: 6.0.1.Final
Reporter: William Burns
Assignee: Dan Berindei
A transactional put originating from a non owner causes a CreatedEventNotification to occur no matter what. The problem lies with the fact that we wrap the entry to provide for repeatable read.
We need to only raise the event if it is the owner. Note the DistListenerTest currently verifies this incorrect behavior around line 88.
We should also verify that the modified event is not raised from the PutKeyValueCommand from the non owner as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list