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
It is better to rely on gfal-copy exit code first. And only parse stderr in case of failure so somehow translate known messages into more clear error categories.
a spurios "failed to retrieve file" is generated when gfal_copy contains a line with the
error
stringCRABClient/src/python/CRABClient/Commands/remote_copy.py
Line 356 in d4b4151
even if the message was harmless and transfer worked OK. E.g.
see dmwm/CRABServer#8357
It is better to rely on gfal-copy exit code first. And only parse stderr in case of failure so somehow translate known messages into more clear error categories.
relevant code is in
CRABClient/src/python/CRABClient/Commands/remote_copy.py
Lines 295 to 301 in d4b4151
CRABClient/src/python/CRABClient/Commands/remote_copy.py
Line 333 in d4b4151
The text was updated successfully, but these errors were encountered: