You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/08/13 08:30:41 UTC

[GitHub] [druid] ArvinZheng opened a new issue #10273: Remove unnecessary thread pool recreation in DruidCoordinator

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] capistrant closed issue #10273: Remove unnecessary thread pool recreation in DruidCoordinator

Posted by GitBox <gi...@apache.org>.
capistrant closed issue #10273:
URL: https://github.com/apache/druid/issues/10273


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org