Anuj Modi created HADOOP-18841: ---------------------------------- Summary: [ABFS][Retry Policy] Using hadoop-common code to refractor Abfs Retry Policy Implementation Key: HADOOP-18841 URL: https://issues.apache.org/jira/browse/HADOOP-18841 Project: Hadoop Common Issue Type: Sub-task Components: fs/azure Affects Versions: 3.3.6, 3.3.4, 3.3.3, 3.3.5 Reporter: Anuj Modi Assignee: Anuj Modi
AbfsRetryPolicy is an independent module in hadoop-azure code. There is a lot of reimplementation of a more generic and advanced retry policy already present in hadoop-common. AbfsRetryPolicy should either inherit or directly use io.retry.Retrypolicy instead of reimplementing the same functionalities again. AbfsRetryPolicy has only two versions: exponential and static. These both along with many others are already present in io.retry.Retrypolicy. Issue identified in this PR: [Hadoop-18759: [ABFS][Backoff-Optimization] Have a Static retry policy for connection timeout. by anujmodi2021 · Pull Request #5881 · apache/hadoop (github.com)|https://github.com/apache/hadoop/pull/5881] -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org