-
Bug
-
Resolution: Done
-
Major
-
5.1.6.FINAL, 5.2.0.Final
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.