sachidananda007 opened a new issue, #16693: URL: https://github.com/apache/druid/issues/16693
Druid is on 25.0.0 running on kubernetes. No new auto-compaction tasks have been created by the coordinator in the last ~40 hours. This leads to segment count increase substantially. After debugging found that there is a long running compaction task in running state. Needed to kill it manually for auto-compaction to resume. The coordinator process is waiting for long-running compaction tasks to complete [before submitting new compaction tasks](https://druid.apache.org/docs/latest/data-management/automatic-compaction/#how-druid-manages-automatic-compaction). Even when taskSlots are empty this issue was seem. We are running compaction task in separate tier. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
