devmadhuu commented on code in PR #6272:
URL: https://github.com/apache/ozone/pull/6272#discussion_r1540579000


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconServerConfigKeys.java:
##########
@@ -157,17 +163,29 @@ public final class  ReconServerConfigKeys {
   public static final long
       OZONE_RECON_CONTAINER_KEY_FLUSH_TO_DB_MAX_THRESHOLD_DEFAULT = 150 * 
1000L;
 
+  public static final String 
OZONE_RECON_SCM_CONTAINER_INFO_SYNC_TASK_INTERVAL_DELAY =

Review Comment:
   > SCM_CONTAINER_INFO_SYNC
   
   INITIAL_DELAY as its name suggests, it is used to give some initial delay 
before starting the task. INTERVAL_DELAY is periodic interval which means , 
task thread will wake up every X units of time and do the job. So e.g. lets say 
INTERVAL_DELAY is 1m, then every 1 min, task will run. These 2 configs are 
inline with what we have for OM snapshot sync.



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

Reply via email to