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

chore: use an own executor for session maintenance #3409

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

olavloite
Copy link
Collaborator

The session pool uses the gRPC transport executor for session maintenance. This executor should not be used by any other tasks than internal gRPC tasks. This change therefore creates simple executors for session maintenance and session creation.

Updates GoogleCloudPlatform/pgadapter#2422

The session pool uses the gRPC transport executor for session maintenance.
This executor should not be used by any other tasks than internal gRPC
tasks. This change therefore creates simple executors for session
maintenance and session creation.

Updates GoogleCloudPlatform/pgadapter#2422
@olavloite olavloite requested a review from a team as a code owner October 14, 2024 16:30
@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 Oct 14, 2024
@cloud-java-bot cloud-java-bot requested a review from a team as a code owner October 14, 2024 16:34
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.

2 participants