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

docker: log that a container has been killed by the OOM killer #3459

Merged
merged 2 commits into from
Nov 3, 2017
Merged

docker: log that a container has been killed by the OOM killer #3459

merged 2 commits into from
Nov 3, 2017

Conversation

multani
Copy link
Contributor

@multani multani commented Oct 27, 2017

Docker has out of the box support for notification when a container has been killed by the OOM killer.

Fix: #2203 (at least for Docker tasks)

if ierr != nil {
h.logger.Printf("[ERR] driver.docker: failed to inspect container %s: %v", h.containerID, ierr)
} else if container.State.OOMKilled {
werr = fmt.Errorf("Docker container killed by OOM killer")
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you change the message just to be OOM Killed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@dadgar
Copy link
Contributor

dadgar commented Nov 3, 2017

@multani Awesome! Thank you!

@dadgar dadgar merged commit 11184c7 into hashicorp:master Nov 3, 2017
@burdandrei
Copy link
Contributor

Yay! Thanks!

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants