-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[storage][azblob]DownloadFile: Download large files serially (#21259)
* Move Buffer manager to shared * Serialize downloading to a file * Move DownloadFile to new func * Add special handling for small files * Fix build * Fix build * Lint error * Fix tab spaces * Fix lint again :( * Address comments * Update comment * Doc comment for default concurrency * Fix formatting * Fix formatting * Fix file read performUploadAndDownloadFileTest() method Seek to zero in performUploadAndDownloadFileTest before reading. * Fix testcase TestBasicDoBatchTransfer * Fix testcase
- Loading branch information
1 parent
9d6efae
commit 1dc804a
Showing
10 changed files
with
288 additions
and
100 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
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
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
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
Oops, something went wrong.