mirror of https://github.com/apache/druid.git
ba957a9b97
### 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. |
||
---|---|---|
.. | ||
automatic-compaction.md | ||
compaction.md | ||
delete.md | ||
index.md | ||
schema-changes.md | ||
update.md |