[infinispan-issues] [JBoss JIRA] (ISPN-5526) Replication: The DELTA_WRITE flag should force a remote get during state transfer

RH Bugzilla Integration (JIRA) issues at jboss.org
Tue Jan 17 05:48:00 EST 2017


    [ https://issues.jboss.org/browse/ISPN-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13349288#comment-13349288 ] 

RH Bugzilla Integration commented on ISPN-5526:
-----------------------------------------------

Petr Penicka <ppenicka at redhat.com> changed the Status of [bug 1228780|https://bugzilla.redhat.com/show_bug.cgi?id=1228780] from VERIFIED to CLOSED

> Replication: The DELTA_WRITE flag should force a remote get during state transfer
> ---------------------------------------------------------------------------------
>
>                 Key: ISPN-5526
>                 URL: https://issues.jboss.org/browse/ISPN-5526
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 5.2.10.Final
>            Reporter: Dennis Reed
>            Assignee: Ryan Emerson
>            Priority: Critical
>             Fix For: 5.2.13.Final
>
>
> Same issue as ISPN-3184, but for repl caches in Infinispan 5.2.x.
> (ISPN-3184 only fixed dist caches, since repl uses the same code in 5.3+).
> AtomicHashMap and FineGrainedAtomicHashMap, as well as custom DeltaAware implementations, use PutKeyValueCommands with the DELTA_WRITE flag to execute incremental updates. These commands need the previous value of the entry in order to work.
> If a node is joining and it receives a PutKeyValueCommand with the DELTA_WRITE flag before it has received the value of the affected key, it should do a remote get to retrieve the previous value and apply the change on top of that value, just like we do for conditional commands. Not doing so leads to data loss.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list