Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 Egress Fails While Uploading Parts #3643

Closed
kkeirstead opened this issue Feb 10, 2023 · 0 comments · Fixed by #3837
Closed

S3 Egress Fails While Uploading Parts #3643

kkeirstead opened this issue Feb 10, 2023 · 0 comments · Fixed by #3837
Labels
bug Something isn't working
Milestone

Comments

@kkeirstead
Copy link
Member

Description

When egressing an artifact to S3, the following exception occurs: Microsoft.Diagnostics.Tools.Monitor.Egress.EgressException: S3 storage egress failed: S3 storage egress failed: Part number must be an integer between 1 and 10000, inclusive within DoWriteAsync. It appears that _parts.Count is 0 at this point, which is causing the exception.

Other information

As a workaround, using _parts.Count + 1 when uploading a part seems to resolve the issue (when _parts.Count is 0, this translates to uploading part 1) - more investigation is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants