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: avoid unbalanced session pool creation #2442

Merged
merged 28 commits into from
Sep 11, 2023

Commits on May 19, 2023

  1. fix: avoid unbalanced session pool creation

    A query storm at the startup of the client library before the session
    pool had initialized could cause the creation of an unbalanced session
    pool. This again would put a large batch of sessions using the same gRPC
    channel at the head of the pool, which could then continously be used by
    the application.
    olavloite committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bb09e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ef5b1 View commit details
    Browse the repository at this point in the history
  3. fix: skip empty pool

    olavloite committed May 19, 2023
    Configuration menu
    Copy the full SHA
    8a44f2b View commit details
    Browse the repository at this point in the history
  4. fix: shuffle if unbalanced

    olavloite committed May 19, 2023
    Configuration menu
    Copy the full SHA
    75773fd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    913fa8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4130c8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c48990 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    9be0abe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f260eca View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    8939c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ded1b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    8a84488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8346c5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a6e536 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    ed25c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc406f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    104b36e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'randomize-session-position-at-first-add' of github.com:…

    …googleapis/java-spanner into randomize-session-position-at-first-add
    olavloite committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f5095f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    6885745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86909e3 View commit details
    Browse the repository at this point in the history
  3. chore: run formatter

    olavloite committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8e7ea3a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'randomize-session-position-at-first-add' of github.com:…

    …googleapis/java-spanner into randomize-session-position-at-first-add
    olavloite committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c6b1542 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    30d7edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51320ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c6060a View commit details
    Browse the repository at this point in the history