Jian He created HADOOP-14116:
--------------------------------

             Summary: 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


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: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to