-
Notifications
You must be signed in to change notification settings - Fork 4
MOVE should be retryable #1697
Copy link
Copy link
Open
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.technical debtTechnical issueTechnical issue
Metadata
Metadata
Assignees
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.technical debtTechnical issueTechnical issue
Type
Fields
Give feedbackNo fields configured for Feature.
When uploading a large file (~4GB), the upload is splitted to chunks. Each chunk (generally ~10MB) are small enough so that if there is a network error, only the chunk in error are reuploaded.
At the end of upload, a MOVE operation is done to reassemble the chunks. This operation can take a long time (~3min) and can fail . Shouldn't we make the MOVE retryable (3 time)?