HDFS-15368. TestBalancerWithHANameNodes#testBalancerWithObserver failed occasionally. Contributed by Xiaoqiao He.

This commit is contained in:
Ayush Saxena 2020-05-28 20:47:46 +05:30
parent 9b38be43c6
commit a838d871a7

View File

@ -198,6 +198,7 @@ private void testBalancerWithObserver(boolean withObserverFailure)
TestBalancer.initConf(conf);
// Avoid the same FS being reused between tests
conf.setBoolean("fs.hdfs.impl.disable.cache", true);
conf.setBoolean(HdfsClientConfigKeys.Failover.RANDOM_ORDER, false);
MiniQJMHACluster qjmhaCluster = null;
try {