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

copy: wait for progress bars before cleaning up #1023

Closed
wants to merge 1 commit into from

Conversation

vrothberg
Copy link
Member

Wait for all progress bars to finish before cleaning up. In case of
errors, clean up immediately. Waiting for all bars closes a race
condition where a bar might not be rendered before being cleaned up.

Fixes: #1013
Signed-off-by: Valentin Rothberg [email protected]

@vrothberg
Copy link
Member Author

@mtrmac, I'd love to backport it into Podman 2.0 as we're cutting a new release today.

Wait for all progress bars to finish before cleaning up.  In case of
errors, clean up immediately.  Waiting for all bars closes a race
condition where a bar might not be rendered before being cleaned up.

Fixes: containers#1013
Signed-off-by: Valentin Rothberg <[email protected]>
@vrothberg
Copy link
Member Author

Looks like a dead lock caught in the tests

@TomSweeneyRedHat
Copy link
Member

and now a rebase is needed @vrothberg

@vrothberg
Copy link
Member Author

Closing as I won't find time to tackle it before my PTO.

@vrothberg vrothberg closed this Aug 18, 2020
@vrothberg vrothberg deleted the fix-1013 branch August 18, 2020 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Progress bars sometimes not showing any progress
2 participants