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-451080207 Well, currently all `loadqueuepeon`s share the same `processingExecutor` which contains only one thread so that these `loadqueuepeon`s have to process one by one. Giving the ability to set the thread pool size for the `loadqueuepeon`s can let `loadqueuepeon`s run in parallel.
---------------------------------------------------------------- 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]
