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

colexec: clean up memory infra on panic in NewColOperator #44564

Merged
merged 1 commit into from
Feb 4, 2020

Commits on Feb 3, 2020

  1. colexec: clean up memory infra on panic in NewColOperator

    It is possible that an unexpected error occurs during NewColOperator
    call after we have created some memory monitoring infrastructure. In
    order to correctly clean up the infra in such scenario we will now have
    a separate panic catcher that closes the infra within NewColOperator.
    We will also now clean up the infra when an error occurs.
    
    Release note: None
    yuzefovich committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    89834b7 View commit details
    Browse the repository at this point in the history