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

Session not found while making request to Spanner #14958

Open
KamilDabrowa opened this issue Jan 30, 2025 · 2 comments
Open

Session not found while making request to Spanner #14958

KamilDabrowa opened this issue Jan 30, 2025 · 2 comments

Comments

@KamilDabrowa
Copy link

KamilDabrowa commented Jan 30, 2025

We have observed intermittent occurrences of the error "Session not found" when attempting to send requests to Spanner. The Keep Alive interval is set to 60 seconds, which should ensure session persistence.

Image

The application interacting with Spanner is deployed across three pods. The Client Spanner configuration is as follows:

SessionPoolMinSessionsOption: 100
SessionPoolMaxSessionsPerChannelOption: 400
SessionPoolKeepAliveIntervalOption: 60 (seconds)
GrpcNumChannelsOption: 4

@cuiy0006
Copy link
Collaborator

cuiy0006 commented Feb 4, 2025

Thanks for posting the issue!

Do you have a turnaround schedule for your application or run the application for a long time?

If available, please provide the start time and end time of your application with the error.

@cuiy0006
Copy link
Collaborator

cuiy0006 commented Feb 4, 2025

Please also provide the environment your application was running in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants