HDFS-7572. TestLazyPersistFiles#testDnRestartWithSavedReplicas is flaky on Windows. Contributed by Arpit Agarwal.
This commit is contained in:
parent
2403634de0
commit
dfd2589bcb
@ -639,6 +639,9 @@ Release 2.7.0 - UNRELEASED
|
|||||||
HDFS-7563. NFS gateway parseStaticMap NumberFormatException
|
HDFS-7563. NFS gateway parseStaticMap NumberFormatException
|
||||||
(Yongjun Zhang via brandonli)
|
(Yongjun Zhang via brandonli)
|
||||||
|
|
||||||
|
HDFS-7572. TestLazyPersistFiles#testDnRestartWithSavedReplicas is flaky on
|
||||||
|
Windows. (Arpit Agarwal via cnauroth)
|
||||||
|
|
||||||
Release 2.6.1 - UNRELEASED
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -633,6 +633,7 @@ public class TestLazyPersistFiles extends LazyPersistTestCase {
|
|||||||
LOG.info("Restarting the DataNode");
|
LOG.info("Restarting the DataNode");
|
||||||
cluster.restartDataNode(0, true);
|
cluster.restartDataNode(0, true);
|
||||||
cluster.waitActive();
|
cluster.waitActive();
|
||||||
|
triggerBlockReport();
|
||||||
|
|
||||||
// Ensure that the replica is now on persistent storage.
|
// Ensure that the replica is now on persistent storage.
|
||||||
ensureFileReplicasOnStorageType(path1, DEFAULT);
|
ensureFileReplicasOnStorageType(path1, DEFAULT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user