ArvinZheng opened a new issue #10273: URL: https://github.com/apache/druid/issues/10273
This thread pool is recreated every time when `DutiesRunnable` runs which is a waste of resources and also I don't think people will change this config item `balancerComputeThreads ` frequently, we could cache current value and recreate the thread pool only when it's necessary (config value change) https://github.com/apache/druid/blob/d36a0f61da2cf1001738fb3bf54231a1ac7e6678/server/src/main/java/org/apache/druid/server/coordinator/DruidCoordinator.java#L665 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
