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/09/21 21:19: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=16624195#comment-16624195 ] 

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

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

GEODE-5747: Handling SocketException in InternalDataSerializer (#2484)



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