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

ASF GitHub Bot updated GEODE-6065:
----------------------------------
    Labels: pull-request-available  (was: )

> Gateway Sender Event Processing Can Stop Due To Intermittent DNS Issue
> ----------------------------------------------------------------------
>
>                 Key: GEODE-6065
>                 URL: https://issues.apache.org/jira/browse/GEODE-6065
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: Ryan McMahon
>            Assignee: Ryan McMahon
>            Priority: Major
>              Labels: pull-request-available
>
> On some systems, the operating system can have intermittent problems 
> resolving hostnames. Sometimes resolutions work. Other times it fails.
> This can result in intermittent failure of {{InetAddress.getByName()}} when 
> it's called in {{InternalDistributedMember(ServerLocation location)}} 
> (constructor). That exception gets re-thrown as a {{GemFireConfigException}}. 
> When that exception is thrown, it ends up stopping processing up in 
> {{GatewaySenderEventRemoteDispatcher.readAcknowledgement()}}.
> Event processing should not stop in this case. It should retry so that the 
> system can recover.



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

Reply via email to