danny0405 commented on PR #19952: URL: https://github.com/apache/hudi/pull/19952#issuecomment-5680056325
@K1taIkuyo0421 > What issue or recovery scenario was this restriction intended to prevent, The code is written with the assumption that the checkpoint id still starts from 1 > Is a no-state notification such as BootstrapNoStateEvent still needed to address the remaining bootstrap/recommit gap If the first checkpoint of the recoverted job successfully commits then the issue you mentioned can be fixed, and it will not when the first checkpoint also succeeds with a failed Hudi timeline commit, it is still a valid gap, but I would deep it as a corner case and do not want to bring in too much complexities here. Did you encounter this issue frequently in production? -- 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]
