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