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
{{ message }}
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.
result:
there should be a fatal error about {foldername}.tmp.tar.gz, 'can not found' or 'can not remove' etc.
reason: copyViaScp generates tmp.tar file with same folder name. With parallel copying, first call removed the temp file after uploading it to dest, which caused other fail to get the file.
solution:
generates tmp.tar file name with a unique id for each call of copyViaScp.
The text was updated successfully, but these errors were encountered:
how to reproduce:
result:
there should be a fatal error about {foldername}.tmp.tar.gz, 'can not found' or 'can not remove' etc.
reason:
copyViaScp
generates tmp.tar file with same folder name. With parallel copying, first call removed the temp file after uploading it to dest, which caused other fail to get the file.solution:
generates tmp.tar file name with a unique id for each call of
copyViaScp
.The text was updated successfully, but these errors were encountered: