jihoonson commented on issue #9712: Enable auto minor compaction URL: https://github.com/apache/druid/issues/9712#issuecomment-614975399 Hi @yuanlihan, thank you for trying out minor compaction! The thing is that you can enable auto minor compaction now by setting `forceTimeChunkLock = false` in the tuningConfig of coordinator compaction configuration. However, with auto compaction, you can use only either minor compaction or major compaction for now. To support both major and minor compactions, `CompactSegments` should be improved to be able to run both of them. Also, please note that the segment lock which is used in minor compaction is still experimental and there are a couple of known issues such as https://github.com/apache/druid/issues/9571. Probably I could work on fixing those bugs with segment lock and improving auto compaction to support both major and minor compactions at some point this year, but am unsure when it could be yet.
---------------------------------------------------------------- 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]
