[
https://issues.apache.org/jira/browse/GEODE-10108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17511532#comment-17511532
]
ASF subversion and git services commented on GEODE-10108:
---------------------------------------------------------
Commit dca393f9767407265014fe57041a227cf78dc90c in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=dca393f ]
GEODE-10108: Remove extra enum written in ReplaceByteArrayAtOffset (#7477)
> Duplicate Ops During GII/Delta Updates
> ---------------------------------------
>
> Key: GEODE-10108
> URL: https://issues.apache.org/jira/browse/GEODE-10108
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Wayne
> Assignee: Jens Deppe
> Priority: Major
> Labels: blocks-1.15.0, pull-request-available
> Fix For: 1.15.0
>
>
> When Redis commands are ongoing and a server that was previously not hosting
> a bucket becomes the host of the primary bucket for a key, there exists a
> time window where that server is performing GII but also receiving delta
> updates from the previous primary bucket. This can lead to the delta being
> applied to a data structure that is already in the “correct” state, resulting
> in the command being applied twice. This can result in duplicated appends,
> increments/decrements, and in the case of LTRIP and RPOP especially,
> IndexOutOfBoundsException on the member applying the delta, as the index to
> which the delta refers has already been removed.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)