-
Notifications
You must be signed in to change notification settings - Fork 23
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
AutoReconnect: [Errno 22] Invalid argument #645
Comments
I'm afraid I can't help with this one: this is a pymongo layer error which we hit from time to time, usually on long-running experiments. I do not know how to avoid it. It might be worth to open pymongo ticket - but their ticket system (https://jira.mongodb.org/browse/PYTHON/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel) does not allow to add issues (publicly)... Would you mind trying to find out how to report it? Thanks! |
Will do. |
Thanks! :) |
I have experienced this in a completely different context. This is the pymongo layer auto-reconnect failing. You might want to catch that error on application level (RP level) and do a manual connection close / connection open as a last resort, possible with some simple timeout mechanism. This worked for me. |
Thanks for the insightful comment Ole! |
closed in favor of #442 |
I have this error when Linux do not have free sockets.
|
@tumikosha : Hi - are you sure you replied on the right ticket? This is closed since about 3 years... ;-) |
While one of my runs were queuing on Stampede I have lost internet connection for a brief moment, which resulted in the following error:
I don't have any other info available, but hope this might be helpful
The text was updated successfully, but these errors were encountered: