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

Fix possible pipeline connections leak #3104

Merged
merged 5 commits into from
Jan 11, 2024
Merged

Commits on Jan 9, 2024

  1. Update cluster.py

    When Executing "n.write()" may generate some unknown errors(e.g. DataError), which could result in the connection not being released.
    ING-XIAOJIAN committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    58829d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update cluster.py

    ING-XIAOJIAN committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    744ce51 View commit details
    Browse the repository at this point in the history
  2. Update cluster.py

    release connection move to "try...finally"
    ING-XIAOJIAN committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e21b7c6 View commit details
    Browse the repository at this point in the history
  3. Update cluster.py

     fix the linters
    ING-XIAOJIAN committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4e37f81 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    adc8893 View commit details
    Browse the repository at this point in the history