sodonnel opened a new pull request #1070:
URL: https://github.com/apache/hadoop-ozone/pull/1070
## What changes were proposed in this pull request?
HDDS-1865 updated the parameter dfs.network.topology.aware.read.enable to
ozone.network.topology.aware.read, but in the docker-compose config for
ozone-topology, the old parameter is still used.
This Jira is to update it to the new value.
From OzoneConfigKeys.java, we can see the correct value for this parameter:
```
public static final String OZONE_NETWORK_TOPOLOGY_AWARE_READ_KEY =
"ozone.network.topology.aware.read";
public static final boolean OZONE_NETWORK_TOPOLOGY_AWARE_READ_DEFAULT =
false;
```
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-3785?
## How was this patch tested?
existing tests and manual tests.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]