[
https://issues.apache.org/jira/browse/HADOOP-14116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jian He updated HADOOP-14116:
-----------------------------
Status: Patch Available (was: Open)
> FailoverOnNetworkExceptionRetry does not wait when failover on certain
> exception
> ---------------------------------------------------------------------------------
>
> Key: HADOOP-14116
> URL: https://issues.apache.org/jira/browse/HADOOP-14116
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Jian He
> Assignee: Jian He
> Attachments: HADOOP-14116.1.patch, HADOOP-14116.2.patch
>
>
> Below code, when doing failover, it does not wait like other condition does,
> which leads to a busy loop.
> {code}
> } else if (e instanceof SocketException
> || (e instanceof IOException && !(e instanceof RemoteException))) {
> if (isIdempotentOrAtMostOnce) {
> return RetryAction.FAILOVER_AND_RETRY;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]