Jackie-Jiang commented on code in PR #16241: URL: https://github.com/apache/pinot/pull/16241#discussion_r2176181121
########## 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: This is used along with `Broker.CONFIG_OF_MSE_MAX_SERVER_QUERY_THREADS`, suggest using a name more specific, such as `pinot.broker.mse.max.server.query.threads.exceed.strategy`. We can make it an enum, where the default strategy is `WAIT`, and we can add one as `LOG` -- 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