Aitozi opened a new pull request #16894: URL: https://github.com/apache/flink/pull/16894
… job exception when recover ## What is the purpose of the change This pr is to harden the dispatcher to solve the case that master crashed at job finishing phase. ## Brief change log Add a new exception to represent job have reached Done status, and handle this exception in jobManagerResultFuture. ## Verifying this change This change added tests and can be verified as follows: org.apache.flink.runtime.dispatcher.DispatcherTest#testNonFatalErrorWhenRecoveredJobFinishingException -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org