This is an automated email from the ASF dual-hosted git repository.

anujmodi pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fabda82684e ABFS: Fix value of Oauth Token Fetch Retry Delta Backoff 
in Index File (#8131)
fabda82684e is described below

commit fabda82684e4586875ddb6d39b0c12411e92a7ec
Author: Anmol Asrani <[email protected]>
AuthorDate: Mon Dec 15 08:55:16 2025 +0530

    ABFS: Fix value of Oauth Token Fetch Retry Delta Backoff in Index File 
(#8131)
    
    Contributed by Anmol Asrani
---
 hadoop-tools/hadoop-azure/src/site/markdown/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-tools/hadoop-azure/src/site/markdown/index.md 
b/hadoop-tools/hadoop-azure/src/site/markdown/index.md
index bed15b8ff56..5c5a134fc5b 100644
--- a/hadoop-tools/hadoop-azure/src/site/markdown/index.md
+++ b/hadoop-tools/hadoop-azure/src/site/markdown/index.md
@@ -335,7 +335,7 @@ interval. Default value is 60000 (sixty seconds). Set the 
interval in milli
 seconds.
 * `fs.azure.oauth.token.fetch.retry.delta.backoff`: Back-off interval between
 retries. Multiples of this timespan are used for subsequent retry attempts
- . The default value is 2.
+ . The default value is 2000 (two seconds). Set the interval in milliseconds.
 
 ### <a name="shared-key-auth"></a> Default: Shared Key
 


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

Reply via email to