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

connpool: Allow time out during shutdown #15979

Merged
merged 8 commits into from
May 23, 2024

Commits on May 20, 2024

  1. smartconnpool: fix error return on shutdown

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9edab3c View commit details
    Browse the repository at this point in the history
  2. pool: allow timing out during a shutdown

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9680430 View commit details
    Browse the repository at this point in the history
  3. connpool: also error during reopen

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ce8b026 View commit details
    Browse the repository at this point in the history
  4. pooltest: fix build

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed May 20, 2024
    Configuration menu
    Copy the full SHA
    26a6c41 View commit details
    Browse the repository at this point in the history
  5. tabletserver: fix test

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8525f85 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. connpool: review feedback

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1e62b0b View commit details
    Browse the repository at this point in the history
  2. test: fix error messages

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cfcb5b8 View commit details
    Browse the repository at this point in the history
  3. tabletserver: pass ctx when changing pool size

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed May 21, 2024
    Configuration menu
    Copy the full SHA
    80a6995 View commit details
    Browse the repository at this point in the history