HDFS-11025. TestDiskspaceQuotaUpdate fails in trunk due to Bind exception. Contributed by Yiqun Lin
This commit is contained in:
parent
8650cc84f2
commit
73504b1bdc
|
@ -427,7 +427,7 @@ public class TestDiskspaceQuotaUpdate {
|
|||
testQuotaIssuesWhileCommittingHelper(nnSpy, (short) 1, (short) 1);
|
||||
} finally {
|
||||
for (MiniDFSCluster.DataNodeProperties dnprop : dnprops) {
|
||||
cluster.restartDataNode(dnprop, true);
|
||||
cluster.restartDataNode(dnprop);
|
||||
}
|
||||
cluster.waitActive();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue