Jesuitry opened a new pull request #18415: URL: https://github.com/apache/flink/pull/18415
If Flink 1.10 is used, this JobListener is not used after it is created, so the Hook does not take effect. It can take effect after adding the following code. JobListener listener = factory.createFromConfig(configuration, classLoader); registerJobListener(listener); If you use Flink 1.12, the option of execution.job-listeners has been officially supported, and the listeners have been added to env, so this PR is not required -- 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]
