usberkeley commented on PR #12226: URL: https://github.com/apache/hudi/pull/12226#issuecomment-2516143412
#### Background of Flink Compaction Inline Compaction: Will block writing, sequentially execute Write and Compaction. Async Compaction: Will not block writing, and not block the checkpoint by executing in thread pool #### Why is this PR no longer needed? This PR implements async compaction + blocking checkpoint (executed in a single thread). In real-world scenarios, users won't use it this way; its only purpose is for CI testing. CC @danny0405 @voonhous -- 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]
