Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cluster: improved logging during shutdown #5672

Merged
merged 1 commit into from
Jul 28, 2022

Commits on Jul 27, 2022

  1. cluster: improve shutdown logging

    For classes that have an asynchronous ::stop
    method, it is very helpful to log on entry, so that
    in the event of a shutdown hang bug we have a good chance
    at telling which shutdown stage had the problem.
    
    Logging at INFO is a little verbose, but it is only
    one time on shutdown & if a user hits a shutdown
    hang they are unlikely to have debug logs turned
    on in advance.
    jcsp committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e4eeb95 View commit details
    Browse the repository at this point in the history