kaijchen commented on code in PR #3763:
URL: https://github.com/apache/ozone/pull/3763#discussion_r974827128
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/DatanodeConfiguration.java:
##########
@@ -42,9 +42,9 @@ public class DatanodeConfiguration {
"hdds.datanode.container.delete.threads.max";
static final String PERIODIC_DISK_CHECK_INTERVAL_MINUTES_KEY =
"hdds.datanode.periodic.disk.check.interval.minutes";
- public static final String FAILED_DATA_VOLUMES_TOLERATED_KEY =
Review Comment:
I think the current name is fine, `PERIODIC_DISK_CHECK_INTERVAL_MINUTES_KEY`
and `FAILED_DB_VOLUMES_TOLERATED_KEY` are also using this naming scheme.
You can tell it's datanode configuration from the class name
`DatanodeConfiguration`.
--
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]