yashmayya commented on code in PR #15228:
URL: https://github.com/apache/pinot/pull/15228#discussion_r1986708905


##########
pinot-tools/src/main/java/org/apache/pinot/tools/MultistageEngineQuickStart.java:
##########
@@ -296,6 +297,7 @@ protected Map<String, Object> getConfigOverrides() {
     
configOverrides.put(CommonConstants.Server.CONFIG_OF_ENABLE_THREAD_CPU_TIME_MEASUREMENT,
 true);
     
configOverrides.put(CommonConstants.Broker.CONFIG_OF_BROKER_ENABLE_QUERY_CANCELLATION,
 true);
     
configOverrides.put(CommonConstants.Server.CONFIG_OF_ENABLE_QUERY_CANCELLATION, 
true);
+    configOverrides.put(ControllerConf.RESOURCE_UTILIZATION_CHECKER_FREQUENCY, 
"-1");

Review Comment:
   Should we instead update this method to also add the config overrides from 
the super method? Similarly for other quickstarts - looks like some of them 
already do this but not all.



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