QiuMM edited a comment on issue #6775: make thread pool size can be configured for loadqueuepeon URL: https://github.com/apache/incubator-druid/pull/6775#issuecomment-453719863 @clintropolis It did accelerate the process of load/drop segments when using several threads to run concurrently. But I don't have an exact number to told you how faster it is. Actually, we finally found the real bottleneck is computing the best server to load a segment. Using `CachingCostBalancerStrategy` can help that, but if there are millions of segments it always fallback to `CostBalancerStrategy` because of *serverView is not initialized yet* when I restart the coordinator. Maybe I should close this PR since this is not the bottleneck and I can not guarantee if there are any other potential issues when configure `processingExecutor` to use multiple threads.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
