shounakmk219 commented on code in PR #11128: URL: https://github.com/apache/pinot/pull/11128#discussion_r1276125063
########## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTenantRestletResource.java: ########## @@ -103,6 +112,9 @@ public class PinotTenantRestletResource { @Inject ControllerMetrics _controllerMetrics; + @Inject + ExecutorService _executorService; Review Comment: Makes sense. Even I referred to the single table rebalance implementation but agree with you point that it will affect the shared executorService i cases where the tenant has lot of tables and user runs the rebalance with high parallelism. -- 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