[ https://issues.apache.org/jira/browse/HDFS-14543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
xuzq resolved HDFS-14543. ------------------------- Resolution: Invalid > RBF: RouterRpcClient shouldn't retry when the remoteException is > RetryException > ------------------------------------------------------------------------------- > > Key: HDFS-14543 > URL: https://issues.apache.org/jira/browse/HDFS-14543 > Project: Hadoop HDFS > Issue Type: Task > Components: rbf > Reporter: xuzq > Assignee: xuzq > Priority: Major > > Currently RouterRpcClient will retry when the remote exception is > RetryException. > And it will use one handler to retry 3 times, if the remote exception is > always RetryException. > Although there is no sleep between retries, but it may costs some other > resources. > So, RouterRpcClient show return the RetryException to client if the name node > returns RetryException, and do sleep at client. > After sleep some times, client can request the same Router. > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org