druid/docs
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
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
api-reference Add coordinator API for unused segments (#14846) 2023-08-23 14:51:25 +05:30
assets docs: query from deep storage (#14609) 2023-08-04 11:10:08 +05:30
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Use num cores to determine balancerComputeThreads (#14902) 2023-08-25 08:15:27 +05:30
data-management Automatic compaction API documentation refactor (#14740) 2023-08-21 11:34:41 -07:00
design enable sql compatible null handling mode by default (#14792) 2023-08-21 20:07:13 -07:00
development Add docs for ingesting Kafka topic name (#14894) 2023-08-24 19:19:59 +05:30
ingestion Add docs for ingesting Kafka topic name (#14894) 2023-08-24 19:19:59 +05:30
misc Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
multi-stage-query Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00
operations remove group-by v1 (#14866) 2023-08-23 12:44:06 -07:00
querying remove group-by v1 (#14866) 2023-08-23 12:44:06 -07:00
tutorials fix supervisor spec api submission commands (#14877) 2023-08-23 14:38:09 +05:30