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

Add retries to object store support? #11

Open
kellrott opened this issue Oct 25, 2017 · 0 comments
Open

Add retries to object store support? #11

kellrott opened this issue Oct 25, 2017 · 0 comments

Comments

@kellrott
Copy link
Contributor

Failure in communication with swift storage resulted in pipeline failure.
Perhaps add re-try to compensate

 File "./run_training.py", line 68, in <module>
    scores = ts.run(do_learning, "/data/feature.matrix", "/data/label.matrix", "/data/adj.matrix", list(gene_set))
  File "build/bdist.macosx-10.10-intel/egg/tesseract/tesseract.py", line 160, in run
  File "build/bdist.macosx-10.10-intel/egg/tesseract/filestore.py", line 199, in upload
  File "/Users/ellrott/workspaces/nci-cptac-dream/venv/lib/python2.7/site-packages/apache_libcloud-2.2.1-py2.7.egg/libcloud/storage/drivers/cloudfiles.py", line 435, in upload_object
    verify_hash=verify_hash, headers=headers)
  File "/Users/ellrott/workspaces/nci-cptac-dream/venv/lib/python2.7/site-packages/apache_libcloud-2.2.1-py2.7.egg/libcloud/storage/drivers/cloudfiles.py", line 784, in _put_object
    driver=self)
libcloud.common.types.LibcloudError: <LibcloudError in <libcloud.storage.drivers.cloudfiles.OpenStackSwiftStorageDriver object at 0x112646410> "Server didn't return etag">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants