[infinispan-issues] [JBoss JIRA] (ISPN-2212) AtomicMap contents not replicated with replication queue
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu Aug 23 06:43:15 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-2212:
-----------------------------------
Forum Reference: http://lists.jboss.org/pipermail/infinispan-dev/2012-August/011115.html
> 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