-
Notifications
You must be signed in to change notification settings - Fork 56
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
After using druid data connection pool, there will be a connection failure error. #36
Comments
@code98 could you provide JUnit test with druid to reproduce the issue? Or small application? |
@malafeev like this: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet successfully received from the server was 121,063 milliseconds ago. |
I have met an almost similar situation to you. @code98
The connection is still in MySQL but somehow the client disconnects the connection. |
I don't think it's related to |
@quaff hi, If I don’t use ‘TracingDriver’, the system will run for a long time without problems. If I use ‘TracingDriver’, it will appear in a few days, and it will inevitably appear. |
@code98 please try latest v0.2.11, use |
请问这个问题解决了吗?我也遇到了 |
Cause: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet successfully received from the server was 767,031 milliseconds ago. The last packet sent successfully to the server was 30 milliseconds ago.
The text was updated successfully, but these errors were encountered: