You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently there's an error within the code wrapping rucio download, which was previously commented to avoid issues.
If a download fails it should be retried by the pipeline:
Apparently there's an error within the code wrapping
rucio download
, which was previously commented to avoid issues.If a download fails it should be retried by the pipeline:
fuse-posix/include/download-pipeline.h
Lines 50 to 52 in 2fbe45e
The idea is nice, but the issue is with the if condition. In fact testing:
should be:
or:
based on the definition here:
fuse-posix/include/rucio-download.h
Lines 123 to 140 in 2fbe45e
The text was updated successfully, but these errors were encountered: