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/10/02 19:50:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16636029#comment-16636029 ] 

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

Commit 41dbe2e5804939df0b33ae47e57da50f6c7d9152 in geode's branch refs/heads/develop from [~mcmellawatt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=41dbe2e ]

GEODE-5747: Handling SocketException consistently (#2504)



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