[
https://issues.apache.org/jira/browse/GEODE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15248368#comment-15248368
]
ASF subversion and git services commented on GEODE-1044:
--------------------------------------------------------
Commit 9d92cf586841b03e14fe5515b793769ee01ec4c8 in incubator-geode's branch
refs/heads/develop from [~huynhja]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=9d92cf5 ]
GEODE-1044: Moved dead code and minor refactoring of QueryTestUtils
Modified tests that require the query array to be initialized
All other tests did not require this array to be created
> 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
> Fix For: 1.0.0-incubating.M2
>
>
> 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)