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 d85c12ee69
commit b6d732b96b
No known key found for this signature in database
GPG Key ID: D09AE71061AB564D
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,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 {