yuanlihan opened a new issue #9712: Enable auto minor compaction URL: https://github.com/apache/druid/issues/9712 ### Description Note that @jihoonson introduced the minor compaction feature to Druid at version 0.16.x, which helps to effectively compact small segments. As we know, the cluster may suffer from the too many small segments issue if there are big pipelines that have a long trickle of late data. But after upgrading to version 0.16.1, I found that the `auto minor compaction` was not implemented then. But still I rushed to the feature by making an adaptation based on the implementation of minor compaction and it works well till now. Thanks @jihoonson and all others involved with this greate feature. Nowadays, we decide to upgrade to newer version, but find that the `auto minor compaction` is still not available. May I know if @jihoonson or anyone else WIP about this feature now? And if not, maybe I can have a try to raise a PR about the the adaptation. PS: there was a detail discuss https://github.com/apache/druid/issues/8489 between @jihoonson and @himanshug about `CompactionTask` and the `auto compaction`. ### Motivation - It will be more convenient to issue minor compaction tasks if enabling `auto minor compaction`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
