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 2023/01/09 12:33:47 UTC

[GitHub] [ozone] dombizita commented on a diff in pull request #4049: HDDS-4539. Container Health Task should not run until Recon has reached steady state.

dombizita commented on code in PR #4049:
URL: https://github.com/apache/ozone/pull/4049#discussion_r1064591211


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/recon/ReconConfigKeys.java:
##########
@@ -68,4 +68,7 @@ private ReconConfigKeys() {
 
   public static final String OZONE_RECON_ADMINISTRATORS_GROUPS =
       "ozone.recon.administrators.groups";
+
+  public static final String OZONE_RECON_TASK_SAFEMODE_WAIT_THRESHOLD
+      = "ozone.recon.task.safemode.wait.threshold";

Review Comment:
   If we don't want to have this config in the `ozone-default.xml`, we can maybe add it to the [Recon markdown file](https://github.com/apache/ozone/blob/ab608c5d4649b2b320e732b042998bf6ece77cc9/hadoop-hdds/docs/content/concept/Recon.md#L140), at the `Notable configurations` table (like the `ozone.recon.task.missingcontainer.interval`).



-- 
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: issues-unsubscribe@ozone.apache.org

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