You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ryan McMahon (JIRA)" <ji...@apache.org> on 2018/10/02 23:00:00 UTC

[jira] [Closed] (GEODE-5747) Gateway sender can shut down in response to a network problem

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

Ryan McMahon closed GEODE-5747.
-------------------------------

> Gateway sender can shut down in response to a network problem
> -------------------------------------------------------------
>
>                 Key: GEODE-5747
>                 URL: https://issues.apache.org/jira/browse/GEODE-5747
>             Project: Geode
>          Issue Type: Bug
>          Components: messaging, wan
>            Reporter: Ryan McMahon
>            Assignee: Ryan McMahon
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.8.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> If a socket connection is reset while querying for locators, it causes a SocketException and eventually the gateway sender event processor is stopped.  This is not desirable as we would like to continue trying to connect to available locators since the reset socket is likely due to an intermittent network issue.
> This is a matter of incorrectly handling this type of error in this context.  We should refactor the handling logic so we do not stop processing, and rather continue to try connecting to locators.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)