druid/docs
Kashif Faraz 8091c6a547
Update default values in CoordinatorDynamicConfig (#14269)
The defaults of the following config values in the `CoordinatorDynamicConfig` are being updated.

1. `maxSegmentsInNodeLoadingQueue = 500` (previous = 100)
2. `replicationThrottleLimit = 500` (previous = 10)
Rationale: With round-robin segment assignment now being the default assignment technique,
the Coordinator can assign a large number of under-replicated/unavailable segments very quickly,
without getting stuck in `RunRules` duty due to very slow strategy-based cost computations.

3. `maxSegmentsToMove = 100` (previous = 5)
Rationale: A very low value (say 5) is ineffective in balancing especially if there are many segments
to balance. A very large value can cause excessive moves, which has these disadvantages:
- Load of moving segments competing with load of unavailable/under-replicated segments
- Unnecessary network costs due to constant download and delete of segments

These defaults will be revisited after #13197 is merged.
2023-05-30 08:51:33 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
api-reference Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
assets Fixup data deletion tutorial docs (#14283) 2023-05-17 17:05:35 -07:00
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Update default values in CoordinatorDynamicConfig (#14269) 2023-05-30 08:51:33 +05:30
data-management Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
design Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
development Doc: List supported values for Kafka `headerFormat` (#14316) 2023-05-22 15:41:07 -07:00
ingestion Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
misc Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
multi-stage-query docs: add line about write datasource perm for overlord api (#14114) 2023-05-19 14:56:24 -07:00
operations Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
querying Return `RESOURCES` in `EXPLAIN PLAN` as an ordered collection (#14323) 2023-05-23 00:55:00 -05:00
tutorials Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00