[infinispan-issues] [JBoss JIRA] (ISPN-5533) M/R DeltaAwareList can add duplicate values because of topology changes

Dan Berindei (JIRA) issues at jboss.org
Fri Jan 29 15:30:14 EST 2016


     [ https://issues.jboss.org/browse/ISPN-5533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei updated ISPN-5533:
-------------------------------
    Fix Version/s: 8.2.0.CR1
                       (was: 8.2.0.Beta1)


> M/R DeltaAwareList can add duplicate values because of topology changes
> -----------------------------------------------------------------------
>
>                 Key: ISPN-5533
>                 URL: https://issues.jboss.org/browse/ISPN-5533
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core, Distributed Execution and Map/Reduce
>    Affects Versions: 7.2.2.Final, 8.0.0.Alpha1
>            Reporter: Dan Berindei
>             Fix For: 8.2.0.CR1
>
>
> By default, the intermediate cache is non-transactional, so a topology change will cause write commands to be retried. Because a {{PutKeyValueCommand(K, DeltaAwareList)}} command is not idempotent, a retried command will append extra intermediate values to the list.
> The M/R framework tries to guard against this by waiting for all the nodes to initialize the intermediate cache before starting the reduce phase, but it cannot guard against nodes joining or leaving during the reduce phase.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list