-
Notifications
You must be signed in to change notification settings - Fork 55
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
Pool hags after db disconnection #151
Comments
I occasionally experience the same issue in the PROD. Versions: Driver: io.asyncer:r2dbc-mysql:1.1.2 Stack trace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
I have some APIs that when it is under low load, and the bank disconnects the connection, some connection validate failed errors occur
Versions
Current Behavior
I have some APIs that when it is under low load, and the db disconnects the connection, some connection validate failed errors occur, soon the connection recovers and the error stops happening
Stack trace
Table schema
Input Code
-- your SQL here;
Steps to reproduce
Input Code
// your code here;
Expected behavior/code
Possible Solution
Additional context
I've already tried in the following settings and in all the behavior persists, and the wait_timeout of my dbs are greater than the max_idle_time
I think it might be related to the issue 107
The text was updated successfully, but these errors were encountered: