-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Set oom_score_adj before we send the config to avoid race #668
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
Conversation
Signed-off-by: Mrunal Patel <[email protected]>
|
Fix for the broken test is in #669 |
|
Yes, running with that change, the error is no longer reproducible with runc exec test_busybox echo Hello. |
|
@mikebrow Thanks! Basically with this change we are relying on the synchronization for passing down config. We also set the cgroups before passing the config for the same reason. This escaped under the radar during review. |
|
Ok! I'll write up some stress test cases to try and catch bootstrap issues for start and exec. Cheers |
|
Test failed. |
|
All right, I see #669 fixed this. |
|
LGTM |
1 similar comment
|
LGTM |
Set oom_score_adj before we send the config to avoid race
Closes opencontainers#668 Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Mrunal Patel [email protected]