druid/docs/data-management
zachjsh ba957a9b97
Add ability to limit the number of segments killed in kill task (#14662)
### Description

Previously, the `maxSegments` configured for auto kill could be ignored if an interval of data for a  given datasource had more than this number of unused segments, causing the kill task spawned with the task of deleting unused segments in that given interval of data to delete more than the `maxSegments` configured. Now each kill task spawned by the auto kill coordinator duty, will kill at most `limit` segments. This is done by adding a new config property to the `KillUnusedSegmentTask` which allows users to specify this limit.
2023-08-03 22:17:04 -04:00
..
automatic-compaction.md API reference refactor (#14372) 2023-06-26 15:48:54 -07:00
compaction.md Clarify compaction docs. (#14225) 2023-06-23 15:24:15 -07:00
delete.md Add ability to limit the number of segments killed in kill task (#14662) 2023-08-03 22:17:04 -04:00
index.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
schema-changes.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
update.md Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00