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

feat: include stack trace of checked out sessions in exception #3092

Merged

Conversation

olavloite
Copy link
Collaborator

Include the stack trace of where a session was checked out when the session pool is exhausted. This makes it easier to find the place in application code that is responsible for having checked out sessions, and potentially having leaked these.

Include the stack trace of where a session was checked out when the
session pool is exhausted. This makes it easier to find the place in
application code that is responsible for having checked out sessions,
and potentially having leaked these.
@olavloite olavloite requested a review from a team as a code owner May 3, 2024 13:28
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner API. labels May 3, 2024
@olavloite olavloite requested a review from rahul2393 May 3, 2024 13:33
@rahul2393 rahul2393 added the automerge Merge the pull request once unit tests and other checks pass. label May 3, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit ba6a0f6 into main May 3, 2024
33 of 34 checks passed
@gcf-merge-on-green gcf-merge-on-green bot deleted the include-stack-traces-of-checked-out-sessions branch May 3, 2024 14:04
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants