You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2022/06/06 09:03:03 UTC

[hadoop] branch branch-3.3 updated: HDFS-16608. Fix the link in TestClientProtocolForPipelineRecovery (#4379)

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

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 7223a337f66 HDFS-16608. Fix the link in TestClientProtocolForPipelineRecovery (#4379)
7223a337f66 is described below

commit 7223a337f66611453c0e462b6224bda703b26fc3
Author: Samrat <de...@gmail.com>
AuthorDate: Mon Jun 6 14:28:49 2022 +0530

    HDFS-16608. Fix the link in TestClientProtocolForPipelineRecovery (#4379)
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit 7f08ed0d1dd844b13559256f16950e32093938db)
---
 .../org/apache/hadoop/hdfs/TestClientProtocolForPipelineRecovery.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestClientProtocolForPipelineRecovery.java b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestClientProtocolForPipelineRecovery.java
index 873af8b5050..5cbf145b8a5 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestClientProtocolForPipelineRecovery.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestClientProtocolForPipelineRecovery.java
@@ -444,7 +444,7 @@ public class TestClientProtocolForPipelineRecovery {
    *  rolling upgrades. The client should be able to retry pipeline recovery
    *  more times than the default.
    *  (in a row for the same packet, including the heartbeat packet)
-   *  (See{@link DataStreamer#pipelineRecoveryCount})
+   *  (See{@link DataStreamer#getPipelineRecoveryCount})
    */
   @Test(timeout = 60000)
   public void testPipelineRecoveryOnDatanodeUpgrade() throws Exception {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org