Skip to content

Fix CNIEnv concurrency issue #3529

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

Merged
merged 1 commit into from
Oct 12, 2024
Merged

Conversation

apostasie
Copy link
Contributor

@apostasie apostasie commented Oct 12, 2024

This is very similar to #3522, and addresses another facet of the same underlying problem (CNIEnv not being safe to use concurrently).

Failure is typically showing-up with images in integration tests (on my laptop, shows up after 20+ runs).

This is not a good long-term solution (the right solution is to rewrite CNIEnv with concurrency in mind) - but it will alleviate the problem in a bunch of cases for now.

Signed-off-by: apostasie <[email protected]>
@apostasie apostasie marked this pull request as ready for review October 12, 2024 02:37
@apostasie
Copy link
Contributor Author

@AkihiroSuda ready to go.

@AkihiroSuda AkihiroSuda added this to the v2.0.0 milestone Oct 12, 2024
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit a74a334 into containerd:main Oct 12, 2024
22 checks passed
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.

2 participants