hudi-bot opened a new issue, #15164: URL: https://github.com/apache/hudi/issues/15164
in multi-writer scenario, if there is an inflight delta commit by writer1 and if writer2 i looking to schedule compaction, the delta commit might eventually fail. This may not be a good experience for end user. Think about regular writes are happening via deltastreamer and a separate async process is taking care of scheduling and executing compaction. Deltastreamer continuous mode might get aborted whenever such overstepping happens. We should add a support where in, compaction scheduling is deferred when an inflight delta commit is found in the timeline. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-4021 - Type: Improvement -- 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]
