HDFS-16608. Fix the link in TestClientProtocolForPipelineRecovery (#4379)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
25591ef51b
commit
7f08ed0d1d
@ -448,7 +448,7 @@ public void testPipelineRecoveryOnRestartFailure() throws Exception {
|
|||||||
* 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
Block a user