kfaraz commented on PR #19016: URL: https://github.com/apache/druid/pull/19016#issuecomment-4087975260
> Native minor compaction tasks will be blocked by other tasks running on a single interval due to time chunk locking. (No concurrent tasks can be submitted) @GWphua , wouldn't native minor compaction work with `useConcurrentLocks: true`, same as MSQ minor compaction? If we use that, we can have concurrent append tasks working on an interval while native minor compaction is in progress. We cannot have other compaction tasks (minor or major) for that interval though. -- 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]
