druid/docs/configuration
Kashif Faraz e51181957c
Use num cores to determine balancerComputeThreads (#14902)
Changes:
- Determine the default value of balancerComputeThreads based on number of
coordinator cpus rather than number of segments. Even if the number of segments
is low and we create more balancer threads, it doesn't hurt the system as threads
would mostly be idle.
- Remove unused field from SegmentLoadQueueManager

Expected values:
- Clusters with ~1M segments typically work with Coordinators having 16 cores or more.
This would give us 8 balancer threads, which is the same as the current maximum.
- On small clusters, even a single thread is enough to do the required balancing work.
2023-08-25 08:15:27 +05:30
..
extensions.md Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00
human-readable-byte.md Adding k8s support for human readable parsing (#12316) 2022-03-16 11:18:47 +08:00
index.md Use num cores to determine balancerComputeThreads (#14902) 2023-08-25 08:15:27 +05:30
logging.md Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00