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 2018/02/01 19:50:01 UTC

[jira] [Commented] (GEODE-3967) if put hits concurrent modification exception should still notify serial gateway sender

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

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

Commit fd25a6760e8db0f0e928d5e268f3380101eae3ca in geode's branch refs/heads/feature/GEODE-3967 from zhouxh
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fd25a67 ]

GEODE-3967: when ConcurrentCacheModificationException happened. GatewaySenderEventImpl should save the status and notify gatewaysender anyway. SerialGatewaySender will handle it. In AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd one should allow both create and update.
            make event with CME to be ignored by dispatcher


> 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
>
> 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)