HDFS-16608. Fix the link in TestClientProtocolForPipelineRecovery (#4379)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 7f08ed0d1d
)
This commit is contained in:
parent
7d6b133af3
commit
7223a337f6
|
@ -444,7 +444,7 @@ public class TestClientProtocolForPipelineRecovery {
|
||||||
* rolling upgrades. The client should be able to retry pipeline recovery
|
* rolling upgrades. The client should be able to retry pipeline recovery
|
||||||
* more times than the default.
|
* more times than the default.
|
||||||
* (in a row for the same packet, including the heartbeat packet)
|
* (in a row for the same packet, including the heartbeat packet)
|
||||||
* (See{@link DataStreamer#pipelineRecoveryCount})
|
* (See{@link DataStreamer#getPipelineRecoveryCount})
|
||||||
*/
|
*/
|
||||||
@Test(timeout = 60000)
|
@Test(timeout = 60000)
|
||||||
public void testPipelineRecoveryOnDatanodeUpgrade() throws Exception {
|
public void testPipelineRecoveryOnDatanodeUpgrade() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue