[
https://issues.apache.org/jira/browse/GEODE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15202216#comment-15202216
]
ASF subversion and git services commented on GEODE-1044:
--------------------------------------------------------
Commit 09cd330258f9876974d2b5d6a2ca7a638656b2bb in incubator-geode's branch
refs/heads/feature/GEODE-1050 from [~huynhja]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=09cd330 ]
GEODE-1044: Adding license header to added xml file
> Recovery from disk with an initial image put can lead to a duplicate entry in
> the index
> ---------------------------------------------------------------------------------------
>
> Key: GEODE-1044
> URL: https://issues.apache.org/jira/browse/GEODE-1044
> Project: Geode
> Issue Type: Bug
> Reporter: Jason Huynh
> Assignee: Jason Huynh
>
> Test scenario:
> 2 nodes
> 1 Persistent region with entries
> 1 node is shut down while the other continues to do puts
> Bring back the shut down node via cache.xml
> The index will be created and populated with the disk entries, the following
> initial image adds another entry due to the update mechanism not notifying
> the index that a removal needs to happen first (due to the way the indexes
> had been changed to remove the reverse map by default, the indexes need a
> BEFORE_UPDATE_OP with a REMOVE to occur so that the old indexed key can be
> calculated)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)