You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/06/10 09:06:18 UTC

[GitHub] [ozone] ChenSammi commented on a change in pull request #2290: HDDS-5268. Ensure disk checker also scans the ratis log disks periodically

ChenSammi commented on a change in pull request #2290:
URL: https://github.com/apache/ozone/pull/2290#discussion_r648997884



##########
File path: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/DatanodeConfiguration.java
##########
@@ -43,8 +43,10 @@
       "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_VOLUMES_TOLERATED_KEY =
-      "hdds.datanode.failed.volumes.tolerated";
+  public static final String FAILED_HDDS_VOLUMES_TOLERATED_KEY =
+      "hdds.datanode.failed.hdds.volumes.tolerated";

Review comment:
       I would suggest use "hdds.datanode.failed.data.volumes.tolerated" instead.




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org