J-HowHuang commented on code in PR #17494:
URL: https://github.com/apache/pinot/pull/17494#discussion_r2691746556


##########
pinot-controller/src/main/java/org/apache/pinot/controller/BaseControllerStarter.java:
##########
@@ -618,6 +620,11 @@ private void setUpPinotController() {
     _tenantRebalancer =
         new TenantRebalancer(_tableRebalanceManager, _helixResourceManager, 
_rebalancerExecutorService);
 
+    // Set up executor service for specific resources for isolation
+    _minionTaskResourceExecutorService =
+        
createExecutorService(HttpServerThreadPoolConfig.defaultInstance().getCorePoolSize(),

Review Comment:
   Add new conifg: `controller.executor.minionTaskResource.numThreads`, default 
value: `Runtime.getRuntime().availableProcessors() * 2`. This is the same value 
as `HttpServerThreadPoolConfig`'s default pool size



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to