Jackie-Jiang commented on code in PR #17862:
URL: https://github.com/apache/pinot/pull/17862#discussion_r2962859737


##########
pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java:
##########
@@ -386,6 +386,10 @@ public static long getRandomInitialDelayInSeconds() {
       "controller.resource.utilization.checker.initial.delay";
   public static final String RESOURCE_UTILIZATION_CHECKER_FREQUENCY =
       "controller.resource.utilization.checker.frequency";
+  // Wait for the resource utilization checker to run once during controller 
startup, before marking the controller
+  // as ready. When enabled, 
controller.resource.utilization.checker.initial.delay is set to 0.
+  public static final String RESOURCE_UTILIZATION_CHECKER_WAIT_DURING_STARTUP =
+      "controller.resource.utilization.checker.waitDuringStartup";

Review Comment:
   Completion seems a little bit misleading. How about 
`controller.resource.utilization.checker.collect.usage.at.startup`?



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