-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pipeline buffering and upload in S3 multi-upload.
With code restructuring we needed to add separate multipartUploadStarted flag which is both written and read from main thread (not an upload) thread. With `waitForPreviousUploadFinish` moved below we lost memory-barrier between main and upload thread and we could no longer use `uploadId` to determine if multipart upload was already started. Co-authored-by: Łukasz Osipiuk <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters