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

Restarting journald causes Nomad to get stuck in a loop with high CPU usage #3554

Closed
maxvt opened this issue Nov 15, 2017 · 1 comment · Fixed by #3555
Closed

Restarting journald causes Nomad to get stuck in a loop with high CPU usage #3554

maxvt opened this issue Nov 15, 2017 · 1 comment · Fixed by #3555

Comments

@maxvt
Copy link

maxvt commented Nov 15, 2017

strace output shows:
[pid 30581] write(1, "==> Caught signal: broken pipe", 30 <unfinished ...>

it appears that nomad gets a SIGPIPE, tries to log an entry about it, and this causes another SIGPIPE.

This continues #1798 and is very similar to hashicorp/consul#2842.

Nomad version

0.6.0

Operating system and Environment details

Ubuntu Xenial 16.04

Issue

Restarting journald shouldn't cause Nomad to go crazy

Reproduction steps

Restart journald

@github-actions
Copy link

github-actions bot commented Dec 5, 2022

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, 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 Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants