|
@@ -172,7 +172,7 @@ public class TestPendingInvalidateBlock {
|
|
|
Assert.assertEquals(0L, cluster.getNamesystem().getPendingDeletionBlocks());
|
|
|
// restart DataNodes
|
|
|
for (int i = 0; i < REPLICATION; i++) {
|
|
|
- cluster.restartDataNode(dnprops[i], true);
|
|
|
+ cluster.restartDataNode(dnprops[i]);
|
|
|
}
|
|
|
cluster.waitActive();
|
|
|
|