JingsongLi commented on PR #8671: URL: https://github.com/apache/paimon/pull/8671#issuecomment-5104970594
There is a race condition between `END_INPUT` and checkpoint completion. If the checkpoint completes first and `END_INPUT` is not received until later, the final event will not record and reuse this completed checkpoint; furthermore, a bounded job may stop generating checkpoints, resulting in the final batch of data never being committed. The current tests rely on manually triggering another checkpoint and do not cover the actual race condition. -- 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]
