[ https://issues.apache.org/jira/browse/HADOOP-8748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444993#comment-13444993 ]
Tsz Wo (Nicholas), SZE commented on HADOOP-8748: ------------------------------------------------ I have committed the trunk patch. Thanks, Arun! For the branch-1 patch, the toString() method is missing. {code} //DFSClient.java line 179 @Override public String toString() { return "RetryPolicy[" + multipleLinearRandomRetry + ", " + RetryPolicies.TRY_ONCE_THEN_FAIL.getClass().getSimpleName() + "]"; } {code} > Move dfsclient retry to a util class > ------------------------------------ > > Key: HADOOP-8748 > URL: https://issues.apache.org/jira/browse/HADOOP-8748 > Project: Hadoop Common > Issue Type: Improvement > Components: io > Reporter: Arun C Murthy > Assignee: Arun C Murthy > Priority: Minor > Fix For: 1.2.0, 2.2.0-alpha > > Attachments: HADOOP-8748_branch1.patch, HADOOP-8748.patch, > HADOOP-8748.patch > > > HDFS-3504 introduced mechanisms to retry RPCs. I want to move that to common > to allow MAPREDUCE-4603 to share it too. Should be a trivial patch. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira