davidzollo commented on issue #10675: URL: https://github.com/apache/seatunnel/issues/10675#issuecomment-4163505326
@ricky2129 Thanks for the excellent analysis — the root cause is spot on. I verified against the latest dev branch: restoreJobFromMasterActiveSwitch() still only has a null check on jobState, with no terminal state guard. So this bug exists in the current codebase as well, not just 2.3.12. Regarding checkpoint visibility — as @dybyte mentioned, the monitoring APIs from #10065 are already available in 2.3.13. That should help with detecting the "silent no-checkpoint" scenario going forward. Feel free to open the PR! -- 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]
