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

(cherry picked from commit 73504b1bdc)
This commit is contained in:
Brahma Reddy Battula 2016-10-20 10:41:18 +05:30
parent e9592f14d5
commit f5b080e152
1 changed files with 1 additions and 1 deletions

View File

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