druid/docs
Lucas Capistrant deb69d1bc0
Allow coordinator to be configured to kill segments in future (#10877)
Allow a Druid cluster to kill segments whose interval_end is a date in the future. This can be done by setting druid.coordinator.kill.durationToRetain to a negative period. For example PT-24H would allow segments to be killed if their interval_end date was 24 hours or less into the future at the time that the kill task is generated by the system.

A cluster operator can also disregard the druid.coordinator.kill.durationToRetain entirely by setting a new configuration, druid.coordinator.kill.ignoreDurationToRetain=true. This ignores interval_end date when looking for segments to kill, and instead is capable of killing any segment marked unused. This new configuration is off by default, and a cluster operator should fully understand and accept the risks if they enable it.
2022-05-11 07:35:15 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Design/architecture doc touchups (#11762) 2021-10-04 11:09:35 -07:00
comparisons Update druid-vs-kudu.md (#11470) 2021-07-21 22:58:14 +08:00
configuration Allow coordinator to be configured to kill segments in future (#10877) 2022-05-11 07:35:15 +05:30
dependencies Doc updates for metadata cleanup and storage (#12190) 2022-01-27 11:40:54 -08:00
design Update automatic compaction docs with consistent terminology (#12416) 2022-05-03 16:22:25 -07:00
development Fix formatting in stats.md (#12470) 2022-04-23 11:35:08 +08:00
ingestion Docs: Fix column name in ingestion rollup doc (#12036) 2022-05-10 17:35:59 +05:30
misc Docs – expressions link back and timestamp hint (#11674) 2022-03-29 09:12:30 -07:00
operations Pass metrics object for Scan, Timeseries and GroupBy queries during cursor creation (#12484) 2022-05-09 10:40:17 -07:00
querying Add feature flag for sql planning of TimeBoundary queries (#12491) 2022-05-10 15:23:42 +05:30
tutorials docs: fix typo (#12494) 2022-05-01 22:44:31 +08:00