You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/04/06 23:52:00 UTC

[jira] [Commented] (GEODE-8833) client event.setPossibleDuplicate sometimes is not set correctly

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

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

Commit ced9d7bd05df61402978044aa3c062cdfb039f43 in geode's branch refs/heads/support/1.12 from Eric Shu
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ced9d7b ]

GEODE-8833: Set possible dupliate flag for persistent region (#5904)

For persistent region, even though a version tag is not recovered, the possibleDuplicate
  flag is still needed to be set for the client retry message.

(cherry picked from commit 69ba7dd3f3053bd773c2737f32c3b90f6aba51b3)


> client event.setPossibleDuplicate sometimes is not set correctly
> ----------------------------------------------------------------
>
>                 Key: GEODE-8833
>                 URL: https://issues.apache.org/jira/browse/GEODE-8833
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>    Affects Versions: 1.1.0
>            Reporter: Eric Shu
>            Assignee: Eric Shu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.13.2, 1.14.0
>
>
> In Put command, geode sets event possibleDuplicate flag to true if the event is a retry. However, it could then set to false if it can not successfully find the version tag. In persistence case, this is incorrect as there is a case that data can be recovered from persistence.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)