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
If stash_plugin is downloading multiple files and fills up the disk with one of them, it keeps going through the file list and trying the rest of the files. This is kind of inefficient -- it should just bail out early.
It would also be useful to delete any partially downloaded file(s) so we have enough room to write the output classad to report the failure.
The text was updated successfully, but these errors were encountered:
In the relatively near future, I would prefer to preallocate space for the output ClassAd and maybe leave the disk full (so that HTCondor properly/automatically reports it), especially if the disk is full because of something else going on with the system.
That may not change the action on this ticket at all, but I thought it was worth mentioning.
If stash_plugin is downloading multiple files and fills up the disk with one of them, it keeps going through the file list and trying the rest of the files. This is kind of inefficient -- it should just bail out early.
It would also be useful to delete any partially downloaded file(s) so we have enough room to write the output classad to report the failure.
The text was updated successfully, but these errors were encountered: