[infinispan-issues] [JBoss JIRA] Created: (ISPN-419) Transactional AtomicHashMap modifications are lost when replicating or persisting

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Tue May 4 09:54:05 EDT 2010


Transactional AtomicHashMap modifications are lost when replicating or persisting
---------------------------------------------------------------------------------

                 Key: ISPN-419
                 URL: https://jira.jboss.org/jira/browse/ISPN-419
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 4.1.0.ALPHA3, 4.0.0.Final
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 4.1.0.BETA1


When an AtomicHashMap is either replicate or stored in a cache store using transactions, the actual modification is lost.

This is due to duplication of modifications being fired. After the 1st modification has been sent to another node or cache store, its delta is reset and when the 2nd modification comes, it finds delta as being null and hence that's what's replicated stored.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list