Skip to content

Conversation

kzys
Copy link
Member

@kzys kzys commented Nov 4, 2022

There is a race condition while adding a brand-new process to cgroups.procs. Like runc, we should retry on EINVAL.

We have seen the issue a lot on containerd's Rocky Linux build.
containerd/containerd#7532

Signed-off-by: Kazuyoshi Kato [email protected]

@kzys
Copy link
Member Author

kzys commented Nov 4, 2022

This could be the first issue to backport ;)

@kzys kzys force-pushed the einval branch 2 times, most recently from 7444239 to fb53a45 Compare November 4, 2022 19:02
Copy link
Member

@dcantah dcantah left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM

@estesp
Copy link
Member

estesp commented Nov 5, 2022

needs a rebase to pick up @dcantah's change I guess?

There is a race condition while adding a brand-new process to
cgroups.procs. Like runc, we should retry on EINVAL.

We have seen the issue a lot on containerd's Rocky Linux build.
containerd/containerd#7532

Signed-off-by: Kazuyoshi Kato <[email protected]>
@kzys
Copy link
Member Author

kzys commented Nov 5, 2022

@estesp Yes. Just rebased.

Copy link
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants