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

mtr processes keep remaining as zombies #36

Open
sotn3m opened this issue Apr 9, 2021 · 3 comments · May be fixed by #38
Open

mtr processes keep remaining as zombies #36

sotn3m opened this issue Apr 9, 2021 · 3 comments · May be fixed by #38

Comments

@sotn3m
Copy link

sotn3m commented Apr 9, 2021

Hi,
I was experiencing significant amount of zombie processes. These were all mtr processes under telegraf.

My proposal:
sotn3m@d292f77

This has solved problems in my environment.

I have read somewhere that using init: true is a good practice, so presumably this can be left as is even when telegraf/mtr start working correctly.

@fmdlc
Copy link
Owner

fmdlc commented Apr 14, 2021

Hi! Thank you! I will take a look and keep you posted. Probably you're right about this!.

@thorerik
Copy link

thorerik commented Sep 1, 2021

Tested your fix on my pi, and it resolved the issue, should PR the changes 👍

@sotn3m sotn3m linked a pull request Sep 7, 2021 that will close this issue
@villasenor
Copy link

To solve this in Kubernetes, we'll need to manually change the entrypoint for the container build to use tini or something though. The existing PR does take care of the docker-compose case, but we could fix this for everyone in one change by fixing the image.

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 a pull request may close this issue.

4 participants