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 3138c23bac..70aa9d7d63 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 @@ -448,7 +448,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 {