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


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -257,6 +257,9 @@ public static class Instance {
     public static final String 
CONFIG_OF_MULTI_STAGE_ENGINE_MAX_SERVER_QUERY_HARDLIMIT_FACTOR =
         
"pinot.beta.multistage.engine.max.server.query.threads.hardlimit.factor";
     public static final String 
DEFAULT_MULTI_STAGE_ENGINE_MAX_SERVER_QUERY_HARDLIMIT_FACTOR = "4";
+    public static final String CONFIG_OF_QUERY_THROTTLING_LOG_ONLY_ENABLED =

Review Comment:
   Preference is to keep this simpler, especially if the plan is to refactor 
this to use coroutines to replace native threads in the future. 



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