This message was deleted.
# general
s
This message was deleted.
a
By retention, do you mean the one specified in Load Rules? If yes, that is expected
d
Yes, the one mentioned in load rules. Thanks for clarifying Amatya!
a
Kill tasks are concerned with segments being unused and not with the load rule retention period
https://github.com/apache/druid/issues/12526 may be of interest to you if you are interested in retaining segments after they have been marked as unused for a configurable period
👍 1
https://druid.apache.org/docs/latest/configuration/#log-retention-policy also specifies a way to retain segments which belong to a configurable period, before issuing kill tasks for them
d
The log retention policy would affect the
druid_tasklogs
table and not the
druid_segments
table .. right?
a
Sorry, I meant https://druid.apache.org/docs/latest/configuration/#coordinator-operation:
druid.coordinator.kill.durationToRetain
👍 1