danny0405 opened a new pull request, #14095: URL: https://github.com/apache/hudi/pull/14095
### Describe the issue this Pull Request addresses The flink mdt compaction misses the pending compactions before scheduling new one, there is possibility these pending compactions would block the new compaction scheduling forever for some partition type like "files" which has just 1 file group. ### Summary and Changelog - fix the Flink mdt compaction to be in line with the other engines; - fix the compaction in flink write client to handle compaction instant conflicts. ### Impact minor perf diff there because of the new introduced mdt timeline reloading. ### Risk Level low ### Documentation Update none ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
