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

release-23.2: distsql: fix disk monitor leak on flow setup error #120561

Merged
merged 1 commit into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. distsql: fix disk monitor leak on flow setup error

    Previously, it was possible for the flow disk monitor to be created in
    `newFlowContext` and never stopped. This monitor is connected to the
    long-living temp storage monitor, which accumulates all of its children
    as of recently, so this would become a memory leak that is now fixed.
    
    There is no release note given that the leak occurs only during error
    conditions that should be rare.
    
    Epic: None
    
    Release note: None
    yuzefovich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e4ffb1c View commit details
    Browse the repository at this point in the history