TisonKun opened a new pull request #14058: URL: https://github.com/apache/flink/pull/14058
## What is the purpose of the change From [discuss](https://lists.apache.org/x/thread.html/rd0061c9181d938780f0d447f8170f2d7f1e4608c5fc31f0e6884574c@%3Cuser-zh.flink.apache.org%3E) in user-zh mailing list I notice that we don't log every exit point when a JobCluster shutting down. Since we have a bit complex logic for a job cluster to be shutdown, it will be helpful for debugging if we log those code paths. And because they are at most shot once as well as important lifecycle event I'd like to log in INFO level. ## Brief change log Log all exit points when a JobCluster shutting down. ## Verifying this change This change is a trivial work about enrich logging. ## Does this pull request potentially affect one of the following parts: N/A ## Documentation N/A ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
