errose28 commented on code in PR #7922:
URL: https://github.com/apache/ozone/pull/7922#discussion_r1968098462
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -595,6 +595,34 @@ public final class OzoneConfigKeys {
OZONE_CLIENT_BUCKET_REPLICATION_CONFIG_REFRESH_PERIOD_DEFAULT_MS =
300 * 1000;
+ public static final String HDDS_DATANODE_DNS_INTERFACE_KEY =
Review Comment:
Our config organization isn't great, but these should probably be moved to:
- `HddsConfigKeys` if used by datanode and SCM
- `DatanodeConfiguration` if used only by datanode
- `ScmConfigKeys` if used only by SCM
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]