Skip to content

Commit c01e137

Browse files
ChenSammibshashikant
authored andcommitted
HDDS-1864. Turn on topology aware read in TestFailureHandlingByClient. (#1168)
1 parent c7c7a88 commit c01e137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestFailureHandlingByClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private void init() throws Exception {
9191
OzoneConfigKeys.DFS_RATIS_LEADER_ELECTION_MINIMUM_TIMEOUT_DURATION_KEY,
9292
1, TimeUnit.SECONDS);
9393
conf.setBoolean(
94-
ScmConfigKeys.DFS_NETWORK_TOPOLOGY_AWARE_READ_ENABLED, false);
94+
ScmConfigKeys.DFS_NETWORK_TOPOLOGY_AWARE_READ_ENABLED, true);
9595

9696
conf.setQuietMode(false);
9797
cluster = MiniOzoneCluster.newBuilder(conf)

0 commit comments

Comments
 (0)