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/09/17 21:47:00 UTC

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

Ryan McMahon created GEODE-5747:
-----------------------------------

             Summary: 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
             Fix For: 1.8.0


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)