HDFS-11025. TestDiskspaceQuotaUpdate fails in trunk due to Bind exception. Contributed by Yiqun Lin
(cherry picked from commit 73504b1bdc4b93c64741de5eb9d022817fdfa22f)
This commit is contained in:
parent
e9592f14d5
commit
f5b080e152
@ -427,7 +427,7 @@ public void testQuotaIssuesWhileCommitting() throws Exception {
|
||||
testQuotaIssuesWhileCommittingHelper(nnSpy, (short) 1, (short) 1);
|
||||
} finally {
|
||||
for (MiniDFSCluster.DataNodeProperties dnprop : dnprops) {
|
||||
cluster.restartDataNode(dnprop, true);
|
||||
cluster.restartDataNode(dnprop);
|
||||
}
|
||||
cluster.waitActive();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user