[
https://issues.apache.org/jira/browse/HADOOP-19357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904781#comment-17904781
]
ASF GitHub Bot commented on HADOOP-19357:
-----------------------------------------
manika137 commented on code in PR #7216:
URL: https://github.com/apache/hadoop/pull/7216#discussion_r1880105378
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/FileSystemConfigurations.java:
##########
@@ -39,11 +39,11 @@ public final class FileSystemConfigurations {
private static final int SIXTY_SECONDS = 60_000;
// Retry parameter defaults.
- public static final int DEFAULT_MIN_BACKOFF_INTERVAL = 3_000; // 3s
- public static final int DEFAULT_MAX_BACKOFF_INTERVAL = 30_000; // 30s
+ public static final int DEFAULT_MIN_BACKOFF_INTERVAL = 500; // 500ms
+ public static final int DEFAULT_MAX_BACKOFF_INTERVAL = 25 * 1000; // 25s
Review Comment:
Taken
> ABFS: Optimizations for Retry Handling and Throttling
> -----------------------------------------------------
>
> Key: HADOOP-19357
> URL: https://issues.apache.org/jira/browse/HADOOP-19357
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs/azure
> Affects Versions: 3.4.0, 3.4.1
> Reporter: Manika Joshi
> Assignee: Manika Joshi
> Priority: Minor
> Labels: pull-request-available
>
> Given the significant improvements on the service side over the past few
> years, the current client-side retry mechanism, which enforces 5-6 minutes of
> sleep time with jitter, is now excessive. Therefore, we are realigning the
> retry and throttling logic thresholds.
> Since the service can now handle higher traffic rates, we aim to enhance
> driver performance by setting the following configurations as default:
> * {*}Client-side throttling (CST){*}: Off
> * *Client Backoff* - 500ms
> * *Max Backoff* - 25s
> * *Min Backoff* - 500ms
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]