Takayoshi Kimura created ISPN-2212:
--------------------------------------
Summary: AtomicMap contents not replicated with replication queue
Key: ISPN-2212
URL:
https://issues.jboss.org/browse/ISPN-2212
Project: Infinispan
Issue Type: Feature Request
Components: Core API
Affects Versions: 5.2.0.ALPHA2, 5.1.6.FINAL
Reporter: Takayoshi Kimura
Assignee: Manik Surtani
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
ReadCommittedNode.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