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

executor: detect containers killed by OOMKiller #5260

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

tonistiigi
Copy link
Member

If container exits with error and has invoked OOMKiller mark the origin error as ENOMEM so that it can be detected on the client side.

gRPC will set ENOMEM as codes.ResouceExhausted based on #5182

If container exits with error and has invoked OOMKiller
mark the origin error as ENOMEM so that it can be detected
on the client side.

gRPC will set ENOMEM as codes.ResouceExhausted based on moby#5182

Signed-off-by: Tonis Tiigi <[email protected]>
@tonistiigi tonistiigi merged commit 11a4a07 into moby:master Aug 23, 2024
91 checks passed
billywr pushed a commit to billywr/buildkit that referenced this pull request Aug 23, 2024
executor: detect containers killed by OOMKiller
Signed-off-by: Billy Owire <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants