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: sessions were not always removed from checkedOutSessions #1438

Merged
merged 2 commits into from Sep 23, 2021

Commits on Sep 22, 2021

  1. fix: sessions were not always removed from checkedOutSessions

    Sessions were added to a set of checked out sessions when one was checked out from
    the session pool. When the session was released back to the pool, the session would
    normally be removed from the set of checked out sessions. The latter would not always
    happen if the application that checked out the session did not use the session for
    any reads or writes.
    olavloite committed Sep 22, 2021
    Copy the full SHA
    870ad52 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Merge branch 'master' of github.com:googleapis/java-spanner into remo…

    …ve-from-checked-out-if-not-used
    thiagotnunes committed Sep 23, 2021
    Copy the full SHA
    9557ff1 View commit details
    Browse the repository at this point in the history