HDFS-15368. TestBalancerWithHANameNodes#testBalancerWithObserver failed occasionally. Contributed by Xiaoqiao He.
This commit is contained in:
parent
9b38be43c6
commit
a838d871a7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user