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
unFTP could have a race condition with the REST command. When a transfer is interrupted and then resumed with REST, unFTP should make sure it is resuming the same file or object. For GCS this can be verified through the version/generation number. In a regular FS perhaps this can be based on.. the inode? Otherwise file corruption is possible in some cases, especially for the GCS backend.
The text was updated successfully, but these errors were encountered:
unFTP could have a race condition with the REST command. When a transfer is interrupted and then resumed with REST, unFTP should make sure it is resuming the same file or object. For GCS this can be verified through the version/generation number. In a regular FS perhaps this can be based on.. the inode? Otherwise file corruption is possible in some cases, especially for the GCS backend.
The text was updated successfully, but these errors were encountered: