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

fix: process exiting when loop uploading on s3 #4492

Closed
wants to merge 1 commit into from
Closed

fix: process exiting when loop uploading on s3 #4492

wants to merge 1 commit into from

Conversation

marco-ippolito
Copy link

@marco-ippolito marco-ippolito commented Mar 6, 2023

Issue

Fixes: #4332

Description

What does this implement/fix? Explain your changes.
There is a racing condition where the "continue" event is not received before the end of the execution, for more details read the issue

Testing

How was this change tested?
WIP

Additional context

This bugfix is quite hard to test, it requires to constantly upload a file to s3, I've used my own resources to test and bugfix this, if anyone wants to take over I'd be happy to help


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@marco-ippolito marco-ippolito marked this pull request as ready for review April 5, 2023 13:25
@marco-ippolito marco-ippolito requested review from a team as code owners April 5, 2023 13:25
@github-actions
Copy link

github-actions bot commented Jun 6, 2023

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S3.send sometimes leads to application exit with code 0
1 participant