[ 
https://issues.apache.org/jira/browse/GEODE-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930218#comment-15930218
 ] 

ASF subversion and git services commented on GEODE-2674:
--------------------------------------------------------

Commit 40b2efa60c9d839a391bf74ae1e4825ac780410b in geode's branch 
refs/heads/develop from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=40b2efa ]

GEODE-2674 Use null instead of "" for a null value in the queue.


> Lucene index is out of sync with data region due to retried event
> -----------------------------------------------------------------
>
>                 Key: GEODE-2674
>                 URL: https://issues.apache.org/jira/browse/GEODE-2674
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>             Fix For: 1.2.0
>
>
> We're seeing issues where the data in the lucene index does not match the 
> data in a region. Here's what I see happening
> # An accessor starts doing a put
> # The put goes to the current primary
> # Primary distributes the put to the secondary
> # Primary closes it's cache
> # New primary does a destroy on the same entry
> # The accessor retries the put because the old primary closed the cache
> # The retried put is added to the queue, after the destroy. But it is not 
> added to the region, because the region detects that it is a retry.
> # The lucene index applies the put. Now there is an extra entry in the index 
> that is not in the region.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to