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

cnauroth 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 97d2f3275b0 HADOOP-19760: hadoop-azure JavaDoc build fails
97d2f3275b0 is described below

commit 97d2f3275b0da8b7ca7cb2e1f384dff1aaaa52e8
Author: Chris Nauroth <[email protected]>
AuthorDate: Fri Dec 26 17:21:31 2025 +0000

    HADOOP-19760: hadoop-azure JavaDoc build fails
    
    Closes #8145
    
    Signed-off-by: Shilun Fan <[email protected]>
    Signed-off-by: Anuj Modi <[email protected]>
---
 .../java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java | 2 +-
 .../org/apache/hadoop/fs/azurebfs/services/ReadBufferManagerV2.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
 
b/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
index f0eea060275..2057cd3e9fb 100644
--- 
a/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
+++ 
b/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
@@ -169,7 +169,7 @@ public final class AbfsHttpConstants {
   /**
    * HTTP status code indicating that the server has received too many 
requests and the client should
    * qualify for retrying the operation, as described in the Microsoft Azure 
documentation.
-   * {@link 
"https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token#error-handling"}.
+   * @see 
"https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token#error-handling";
    */
   public static final int HTTP_TOO_MANY_REQUESTS = 429;
 
diff --git 
a/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/ReadBufferManagerV2.java
 
b/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/ReadBufferManagerV2.java
index 071c1b16849..7f276eb77d8 100644
--- 
a/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/ReadBufferManagerV2.java
+++ 
b/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/ReadBufferManagerV2.java
@@ -1145,7 +1145,7 @@ private void decrementActiveBufferCount() {
   public static class ReadThreadPoolStats extends ResourceUtilizationStats {
 
     /**
-     * Constructs a {@link .ReadThreadPoolStats} instance containing thread 
pool
+     * Constructs a {@link ReadThreadPoolStats} instance containing thread pool
      * metrics and JVM/system resource utilization details.
      *
      * @param currentPoolSize the current number of threads in the pool


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

Reply via email to