microsoft / microsoft/AzureStorageExplorer
Uploading large files: files get "stuck" partially uploaded and never complete
@craxal is already working on this.
Since Dec 6, 2024.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Preflight Checklist
- I have installed the latest version of Storage Explorer.
- I have checked existing resources, including the troubleshooting guide and the release notes.
- I have searched for similar issues.
Storage Explorer Version
1.35.0
Regression From
1.19.1
Architecture
i86
Storage Explorer Build Number
No response
Platform
Windows
OS Version
Windows 11
Bug Description
When uploading large files, the file gets "stuck" after partially uploading. Progress never goes beyond a certain point and the file never finishes uploading. In my most recent scenario the file was around 750 GB, but I have seen this sporadically in the past for files as small as 1 GB.
The issue seems likely related to the use of OAuth for authentication, which was added somewhat recently. If I roll back to version 1.19.1, it uses Active Directory authentication, and I don't see the issue.
The repro is 100% with the 750 GB file.
I've attached an AzCopy log file from the failure case
9978b3ad-4aa4-3944-7646-d12ca3c1bcdc.log
Steps to Reproduce
- Launch Azure Storage Explorer
- Connect to blob container storage using OAuth
- Upload a 750 GB file to blob storage container
Actual Experience
The upload partially completes then gets "stuck" and never makes any further progress.
Expected Experience
File should upload completely
Additional Context
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.