You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HADOOP-19357: [ABFS] Optimizations for Retry Handling and Client Side Throttling (#7216)
Default for following configs are changed:
Client-side throttling (CST): Off
Client Backoff - 500ms (reduced from 3sec)
Max Backoff - 25s (reduced from 30sec)
Min Backoff - 500ms (reduced from 3sec)
Contributed by Manika Joshi (@manika137)
Copy file name to clipboardexpand all lines: hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/FileSystemConfigurations.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ public final class FileSystemConfigurations {
Copy file name to clipboardexpand all lines: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/ITestExponentialRetryPolicy.java
+18
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,24 @@ public void testDefaultMaxIORetryCount() throws Exception {
0 commit comments