datalad / datalad-deprecated

DataLad extension for functionality that has been phased out of the core package
Other
0 stars 3 forks source link

ls -aL: gets ConnectionResetError([Errno 104] Connection reset by peer which crashes the process #61

Open yarikoptic opened 2 years ago

yarikoptic commented 2 years ago

detected while working on https://github.com/datalad/datalad/issues/6906 .

$> cat derivatives-stderr2.log
[INFO] S3 session: Connecting to the bucket fcp-indi anonymously 
[ERROR] ConnectionResetError([Errno 104] Connection reset by peer) (ConnectionResetError)

will rerun with DATALAD_LOG_TRACEBACK=100 to establish exact location where to guard/retry (if possible). Might need to be done in datalad core itself. Note: we are still using boto2 IIRC so it might not have now available fancy retry options of more recent boto.