HDFS-11025. TestDiskspaceQuotaUpdate fails in trunk due to Bind exception. Contributed by Yiqun Lin

This commit is contained in:
Brahma Reddy Battula 2016-10-20 10:41:18 +05:30
parent 8650cc84f2
commit 73504b1bdc
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}