gortiz commented on code in PR #16080:
URL: https://github.com/apache/pinot/pull/16080#discussion_r2143153222


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -382,6 +382,9 @@ public static class Broker {
     public static final String CONFIG_OF_MSE_ENABLE_GROUP_TRIM = 
"pinot.broker.mse.enable.group.trim";
     public static final boolean DEFAULT_MSE_ENABLE_GROUP_TRIM = false;
 
+    public static final String CONFIG_OF_MSE_MAX_SERVER_QUERY_THREADS = 
"pinot.broker.mse.max.server.query.threads";
+    public static final int DEFAULT_MSE_MAX_SERVER_QUERY_THREADS = -1;

Review Comment:
   I think we are not 100% committed to the current max thread solution, which 
is better than the previous unlimited mode but still has some issues.
   
   Therefore I would recommend keeping the beta label on the new configs



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