From 7223a337f66611453c0e462b6224bda703b26fc3 Mon Sep 17 00:00:00 2001 From: Samrat Date: Mon, 6 Jun 2022 14:28:49 +0530 Subject: [PATCH] HDFS-16608. Fix the link in TestClientProtocolForPipelineRecovery (#4379) Signed-off-by: Akira Ajisaka (cherry picked from commit 7f08ed0d1dd844b13559256f16950e32093938db) --- .../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 873af8b505..5cbf145b8a 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 void testPipelineRecoveryOnRestartFailure() throws Exception { * 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 {