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

DB connections in the pool are getting closed with 08S01 error on high load #2207

Open
afeedhshaji opened this issue Jun 6, 2024 · 1 comment

Comments

@afeedhshaji
Copy link

Hello team,

The connections inside the pool for one of our applications are getting with the sqlstate 08S01 error. Do we know why this could be occurring? We have tried increasing the timeouts for the different parameters and it's still happening. Note that in our operations, we have a lot of parallel DB queries happening (~3000) and the max pool connection size if 50.

@afeedhshaji afeedhshaji changed the title DB connection pools are getting closed with 08S01 error on high load DB connections in the pool are getting closed with 08S01 error on high load Jun 6, 2024
@svendiedrichsen
Copy link

This suggests it is a network communication error: https://stackoverflow.com/questions/16459990/sql-error-0-sqlstate-08s01-communications-link-failure

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