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 2022/07/15 18:36:51 UTC

[GitHub] [ozone] umamaheswararao commented on a diff in pull request #3599: HDDS-6895. EC: ReplicationManager - Logic to process the under replicated queue and assign work to DNs

umamaheswararao commented on code in PR #3599:
URL: https://github.com/apache/ozone/pull/3599#discussion_r921793972


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ReplicationManager.java:
##########
@@ -431,6 +446,18 @@ public static class ReplicationManagerConfiguration {
     )
     private long interval = Duration.ofSeconds(300).toMillis();
 
+    /**
+     * The frequency in which the Under Replicated queue is processed.
+     */
+    @Config(key = "under.replicated.interval",
+        type = ConfigType.TIME,
+        defaultValue = "30s",
+        tags = {SCM, OZONE},
+        description = "Hpw frequently to check if there are work to process " +

Review Comment:
   Hqw --> How



-- 
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