[ 
https://issues.apache.org/jira/browse/HADOOP-19357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906924#comment-17906924
 ] 

ASF GitHub Bot commented on HADOOP-19357:
-----------------------------------------

manika137 commented on PR #7234:
URL: https://github.com/apache/hadoop/pull/7234#issuecomment-2552784894

   ###Aggregated Test Results
   
   ============================================================
   HNS-OAuth
   ============================================================
   
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 2
   [WARNING] Tests run: 648, Failures: 0, Errors: 0, Skipped: 82
   [WARNING] Tests run: 171, Failures: 0, Errors: 0, Skipped: 25
   [WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 32
   
   ============================================================
   HNS-SharedKey
   ============================================================
   
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 3
   [WARNING] Tests run: 648, Failures: 0, Errors: 0, Skipped: 34
   [WARNING] Tests run: 171, Failures: 0, Errors: 0, Skipped: 25
   [WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 19
   
   ============================================================
   NonHNS-SharedKey
   ============================================================
   [ERROR] 
testCheckAccessForAccountWithoutNS(org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemCheckAccess)
  Time elapsed: 1.327 s  <<< FAILURE!
   
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 9
   [ERROR] Tests run: 627, Failures: 1, Errors: 0, Skipped: 272
   [WARNING] Tests run: 171, Failures: 0, Errors: 0, Skipped: 27
   [WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 20
   
   ============================================================
   AppendBlob-HNS-OAuth
   ============================================================
   
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 2
   [WARNING] Tests run: 648, Failures: 0, Errors: 0, Skipped: 84
   [WARNING] Tests run: 171, Failures: 0, Errors: 0, Skipped: 49
   [WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 32
   




> 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
>             Fix For: 3.5.0
>
>
> 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 (reduced from 3sec)
>  * *Max Backoff* - 25s (reduced from 30sec)
>  * *Min Backoff* - 500ms (reduced from 3sec)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to