hemantk-12 commented on code in PR #4376:
URL: https://github.com/apache/ozone/pull/4376#discussion_r1154972139
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -607,6 +607,20 @@ public final class OzoneConfigKeys {
OZONE_OM_SNAPSHOT_COMPACTION_DAG_PRUNE_DAEMON_RUN_INTERVAL =
"ozone.om.snapshot.compaction.dag.prune.daemon.run.interval";
+ public static final String
Review Comment:
Nit: these config keys and values are related to OM and should be added to
[OMConfigKeys](https://github.com/apache/ozone/blob/184bfc21189583f857280933270f134dcac68879/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java#L30).
Previously OM related configs added here should be moved to OMConfigKeys as
well but not as part of this PR. Can be done as part of
[HDDS-8322](https://issues.apache.org/jira/browse/HDDS-8322).
--
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]