[
https://issues.apache.org/jira/browse/HADOOP-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-6667:
------------------------------
Status: Resolved (was: Patch Available)
Hadoop Flags: [Reviewed]
Resolution: Fixed
I've just committed this. Thanks Todd!
> RPC.waitForProxy should retry through NoRouteToHostException
> ------------------------------------------------------------
>
> Key: HADOOP-6667
> URL: https://issues.apache.org/jira/browse/HADOOP-6667
> Project: Hadoop Common
> Issue Type: Improvement
> Components: ipc
> Affects Versions: 0.21.0, 0.22.0
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Priority: Minor
> Attachments: hadoop-6667.txt
>
>
> RPC.waitForProxy already loops through ConnectExceptions, but
> NoRouteToHostException is not a subclass of ConnectException. In the case
> that the NN is on a VIP, the No Route To Host error is reasonably common
> during a failover, so we should retry through it just the same as the other
> connection errors.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.