-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Connection dies in loop (?) #281
Comments
It sounds like #257 - a stale network connection undetected by the driver. |
I just did another test, As mentioned in the linked issue, I'm trying Edit: that was quite fast, just died after 6 minutes with those settings. |
Some additional info from a new test:
Up until 19:02 the connection was in Edit: |
There's more than one timeout. I think one of the net_X_timeouts could be the cause in your case. |
Yup, increasing |
The driver should still handle this nicely instead of dying with an |
I recently had to run this script again and even with |
Looks like this is the same bug as #314 |
I have a query that returns ~70.000 records and then in a simple loop I process each record. After some time (30-60 minutes) I get this error and the app dies:
The query and the processing is very simple, something like this:
In the loop itself I don't do any database related stuff.
Could this be a bug in the driver, or have I missed something?
The text was updated successfully, but these errors were encountered: