druid/docs
Kashif Faraz ff8e0c3397
Fix issues with caching cost strategy (#13321)
`cachingCost` strategy has some discrepancies when compared to cost strategy.
This commit addresses two of these by retaining the same behaviour as the `cost` strategy
when computing the cost of moving a segment to a server:
- subtract the self cost of a segment if it is being served by the target server
- subtract the cost of segments that are marked to be dropped

Other changes:
- Add tests to verify fixed strategy. These tests would fail without the fixes made to `CachingCostStrategy.computeCost()`
- Fix the definition of the segment related metrics in the docs.
- Fix some docs issues introduced in #13181
2022-11-08 16:11:39 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Update retention rules doc (#13181) 2022-11-07 14:47:33 -08:00
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Adds cluster level idleConfig setting for supervisor (#13311) 2022-11-08 14:54:14 +05:30
data-management Skip ALL granularity compaction (#13304) 2022-11-07 17:55:03 +05:30
dependencies Doc updates for metadata cleanup and storage (#12190) 2022-01-27 11:40:54 -08:00
design Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
development Adds cluster level idleConfig setting for supervisor (#13311) 2022-11-08 14:54:14 +05:30
ingestion MSQ: Fix task lock checking during publish, fix lock priority. (#13282) 2022-11-08 09:27:34 +05:30
misc Docs: update description of query priority default value (#13191) 2022-10-14 14:28:04 -07:00
multi-stage-query MSQ: Consider PARTITION_STATS_MAX_BYTES in WorkerMemoryParameters. (#13274) 2022-11-07 14:27:18 +05:30
operations Fix issues with caching cost strategy (#13321) 2022-11-08 16:11:39 +05:30
querying Always return sketches from DS_HLL, DS_THETA, DS_QUANTILES_SKETCH. (#13247) 2022-11-03 09:43:00 -07:00
tutorials fix quickstart (#13126) 2022-09-20 17:44:21 -07:00