Closed fhan688 closed 1 week ago
archive operation is now executed in Flink JM in sync mode, which blocks starting a new Instant in heavy work load. thus, write performance is affected. this PR enables async archive in Flink operator.
hudi-flink-datasource
none
Did you check this fix: https://github.com/apache/hudi/pull/9854/files
Thanks for reminding. I'll close this.
Change Logs
archive operation is now executed in Flink JM in sync mode, which blocks starting a new Instant in heavy work load. thus, write performance is affected. this PR enables async archive in Flink operator.
Impact
hudi-flink-datasource
Risk level (write none, low medium or high below)
none
Documentation Update
none
Contributor's checklist