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

pkg/oom/v2: handle EventChan routine shutdown quietly #6504

Merged
merged 1 commit into from
Feb 8, 2022

Commits on Feb 3, 2022

  1. pkg/oom/v2: handle EventChan routine shutdown quietly

    When the cgroup is removed, EventChan is closed (this was pulled in by
    8d69c04). This results in a nil error
    being received. Don't log an error in that case but instead return.
    
    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    821c961 View commit details
    Browse the repository at this point in the history