mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
* ForkingTaskRunner: Set ActiveProcessorCount for tasks. This prevents various automatically-sized thread pools from being unreasonably large (we don't want each task to size its pools as if it is the only thing on the entire machine). * Fix tests. * Add missing LifecycleStart annotation. * ForkingTaskRunner needs ManageLifecycle.