[
https://issues.apache.org/jira/browse/GEODE-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16629451#comment-16629451
]
ASF subversion and git services commented on GEODE-3967:
--------------------------------------------------------
Commit 9cb0131de13bc6a4987875f5a5efbbb05e73d988 in geode's branch
refs/heads/feature/GEM-2228-883 from zhouxh
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9cb0131 ]
GEM-2228-883: The previous fix for GEODE-3967 caused an event with CME
is dispatched. This has a side effect of data inconsistency of WAN.
The enhanced fix is to enqueue the CME event but not to dispatch it.
> if put hits concurrent modification exception should still notify serial
> gateway sender
> ---------------------------------------------------------------------------------------
>
> Key: GEODE-3967
> URL: https://issues.apache.org/jira/browse/GEODE-3967
> Project: Geode
> Issue Type: Bug
> Components: wan
> Reporter: xiaojian zhou
> Assignee: xiaojian zhou
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.5.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In serial gateway sender, the event arrives at secondary will be put into
> unprocessedMap and wait for event from primary queue to distribute over, then
> remove it from the unprocessedMap.
> If the put at primary member (member with primary queue) failed with CME, the
> event in unprocessedMap will never be removed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)