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

feat: log when resource manager limits are exceeded #8980

Merged
merged 1 commit into from
May 19, 2022

Commits on May 19, 2022

  1. feat: log when resource manager limits are exceeded

    This periodically logs how many times Resource Manager limits were
    exceeded. If they aren't exceeded, then nothing is logged. The log
    levels are at ERROR log level so that they are shown by default.
    
    The motivation is so that users know when they have exceeded resource
    manager limits. To find what is exceeding the limits, they'll need to
    turn on debug logging and inspect the errors being logged. This could
    collect the specific limits being reached, but that's more complicated
    to implement and could result in much longer log messages.
    guseggert committed May 19, 2022
    Configuration menu
    Copy the full SHA
    9ff0586 View commit details
    Browse the repository at this point in the history