adoroszlai commented on code in PR #4359:
URL: https://github.com/apache/ozone/pull/4359#discussion_r1129071993
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -36,8 +36,6 @@
@InterfaceAudience.Public
@InterfaceStability.Unstable
public final class OzoneConfigKeys {
- public static final String OZONE_TAGS_SYSTEM_KEY =
- "ozone.tags.system";
public static final String DFS_CONTAINER_IPC_PORT =
Review Comment:
Thanks @SaketaChalamchala for the review.
`TestOzoneConfigurationFields` verifies that all keys defined in
`OzoneConfigKeys` (and some others) are also present in `ozone-default.xml`
(and vice versa). It would have been enough to add as an exception in
`TestOzoneConfigurationFields`.
--
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]