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: [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]