You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anilkumar Gingade (Jira)" <ji...@apache.org> on 2020/09/23 21:34:00 UTC

[jira] [Updated] (GEODE-8527) A distributed message can continue to wait for a member for which it failed to send the message

     [ https://issues.apache.org/jira/browse/GEODE-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anilkumar Gingade updated GEODE-8527:
-------------------------------------
    Component/s:     (was: messaging)
                 regions

> A distributed message can continue to wait for a member for which it failed to send the message
> -----------------------------------------------------------------------------------------------
>
>                 Key: GEODE-8527
>                 URL: https://issues.apache.org/jira/browse/GEODE-8527
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>    Affects Versions: 1.14.0
>            Reporter: Anilkumar Gingade
>            Priority: Major
>
> While trying to send/replicate a message (cache operation) by calling DistibutedCacheOperationMessage._distribute(); if there is any exception in sending the message to one of the recipient, the message processor created to wait for the replies can end up waiting for a reply from failed member.
> This is observed while doing a code walk through.
> The _distribute() method does keep track of nodes for which it fails to send the message; but is not using it to update the reply process created. 
> Probable solution:
> 1. Update the reply processor to remove the failed member from waiting member list
> 2. Handle the cache operation to address any data replication issue because of this.



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