[infinispan-issues] [JBoss JIRA] (ISPN-2212) AtomicMap contents not replicated with replication queue
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Wed Aug 29 05:44:14 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-2212:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> AtomicMap contents not replicated with replication queue
> --------------------------------------------------------
>
> Key: ISPN-2212
> URL: https://issues.jboss.org/browse/ISPN-2212
> Project: Infinispan
> Issue Type: Bug
> Components: Core API
> Affects Versions: 5.1.6.FINAL, 5.2.0.ALPHA2
> Reporter: Takayoshi Kimura
> Assignee: Galder Zamarreño
> Labels: jdg, jdg6
> Fix For: 5.2.0.Alpha3, 5.2.0.Final
>
> Attachments: ISPN-2212-testcase.patch
>
>
> When we use AtomicMap with replication queue, the contents are not replicated.
> Normally we get delta, replicate it in prepare phase then commit the tx. However when replication queue enabled, commit tx comes first and then replication. In ReadCommittedEntry.commit() we clear delta out, so nothing is replicated.
--
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