In addition to @gianm's comment, I wonder the same goal can be achieved by using the processing threads of brokers instead of adding a new ForkJoinPool. The broker already has its processing thread pool, but it's not being used. I think this might be better because we can avoid adding a new configuration for ForkJoinPool which looks similar to that for the existing processing thread pool.
[ Full content available at: https://github.com/apache/incubator-druid/pull/5913 ] This message was relayed via gitbox.apache.org for [email protected]
