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


##########
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:
   @krishan1390 suggests to make it the same size as current handler threads 
for now. Let me make a similar config to rebalance executor num_thread and 
default to this 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