[
https://issues.apache.org/jira/browse/GEODE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dick Cavender closed GEODE-6908.
--------------------------------
> Some retry operation from client did not set setPossibleDuplicate in event
> --------------------------------------------------------------------------
>
> Key: GEODE-6908
> URL: https://issues.apache.org/jira/browse/GEODE-6908
> Project: Geode
> Issue Type: Bug
> Reporter: Xiaojian Zhou
> Assignee: Xiaojian Zhou
> Priority: Major
> Labels: GeodeCommons
> Fix For: 1.10.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> I fixed a bug GEODE-6899, where the retried UPDATE did not set event the
> version tag found from previous try.
> I searched other code and found there's one more place:
> basicBridgeRemove() should also add following lines like in
> basicBridgeDestroy:
> // if this is a replayed operation we may already have a version tag
> event.setVersionTag(clientEvent.getVersionTag());
> event.setPossibleDuplicate(clientEvent.isPossibleDuplicate());
> BTW, basicBridgeDestroy(), basicBridgeUpdateVersionStamp(),
> basicBridgeInvalidate() called
> event.setVersionTag(clientEvent.getVersionTag()); but they did not call
> "event.setPossibleDuplicate(clientEvent.isPossibleDuplicate());"
> I think it's better to keep all the code the same.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)