satwik-pachigolla commented on code in PR #16080:
URL: https://github.com/apache/pinot/pull/16080#discussion_r2141752700


##########
pinot-spi/src/main/java/org/apache/pinot/spi/executor/HardLimitExecutor.java:
##########
@@ -46,21 +50,31 @@ public HardLimitExecutor(int max, ExecutorService 
executorService) {
    */
   public static int getMultiStageExecutorHardLimit(PinotConfiguration config) {
     try {
-      int maxThreads = Integer.parseInt(config.getProperty(
+      int maxThreadsFromClusterConfig = Integer.parseInt(config.getProperty(

Review Comment:
   Isn't this one a cluster config? I definitely set it through the cluster 
config api.



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to