HDFS-16608. Fix the link in TestClientProtocolForPipelineRecovery (#4379)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Samrat 2022-06-06 14:28:49 +05:30 committed by GitHub
parent 25591ef51b
commit 7f08ed0d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {