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

mongodb AutoReconnect: [Errno 60] Operation timed out #662

Closed
marksantcroos opened this issue Jul 22, 2015 · 2 comments
Closed

mongodb AutoReconnect: [Errno 60] Operation timed out #662

marksantcroos opened this issue Jul 22, 2015 · 2 comments
Assignees
Labels

Comments

@marksantcroos
Copy link
Contributor

I think I might have had a bad network when this happened.

Exception in thread OutputFileTransferWorker-2:
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/Users/mark/.virtualenv/rp/lib/python2.7/site-packages/radical/pilot/controller/output_file_transfer_worker.py", line 83, in run
    "$push": {"statehistory": {"state": STAGING_OUTPUT, "timestamp": ts}}}
  File "/Users/mark/.virtualenv/rp/lib/python2.7/site-packages/pymongo/collection.py", line 1738, in find_and_modify
    **kwargs)
  File "/Users/mark/.virtualenv/rp/lib/python2.7/site-packages/pymongo/database.py", line 439, in command
    uuid_subtype, compile_re, **kwargs)[0]
  File "/Users/mark/.virtualenv/rp/lib/python2.7/site-packages/pymongo/database.py", line 338, in _command
    for doc in cursor:
  File "/Users/mark/.virtualenv/rp/lib/python2.7/site-packages/pymongo/cursor.py", line 1076, in next
    if len(self.__data) or self._refresh():
  File "/Users/mark/.virtualenv/rp/lib/python2.7/site-packages/pymongo/cursor.py", line 1020, in _refresh
    self.__uuid_subtype))
  File "/Users/mark/.virtualenv/rp/lib/python2.7/site-packages/pymongo/cursor.py", line 933, in __send_message
    res = client._send_message_with_response(message, **kwargs)
  File "/Users/mark/.virtualenv/rp/lib/python2.7/site-packages/pymongo/mongo_client.py", line 1217, in _send_message_with_response
    raise AutoReconnect(str(e))
AutoReconnect: [Errno 60] Operation timed out
@andre-merzky
Copy link
Member

see also #442

@andre-merzky
Copy link
Member

I close this in favor of #442 -- we need proper reconnect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants