HDDS-1864. Turn on topology aware read in TestFailureHandlingByClient. (#1168)

This commit is contained in:
Sammi Chen 2019-07-27 01:41:34 +08:00 committed by bshashikant
parent c7c7a889a8
commit c01e137273
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class TestFailureHandlingByClient {
OzoneConfigKeys.DFS_RATIS_LEADER_ELECTION_MINIMUM_TIMEOUT_DURATION_KEY,
1, TimeUnit.SECONDS);
conf.setBoolean(
ScmConfigKeys.DFS_NETWORK_TOPOLOGY_AWARE_READ_ENABLED, false);
ScmConfigKeys.DFS_NETWORK_TOPOLOGY_AWARE_READ_ENABLED, true);
conf.setQuietMode(false);
cluster = MiniOzoneCluster.newBuilder(conf)