-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Why is there a zombie process in the container? #497
Comments
the create topics script runs in the background and is initiated by PID 1. Perhaps using |
Do you mean add |
It would be |
I see. What do you think of this solution?-https://github.com/phusion/baseimage-docker/blob/rel-0.9.16/image/bin/my_init .Which is more suitable to handle this scenario ? |
I think for most, it's probably not a huge issue - so unless it's causing problems's (such as filing up the last slot in the process table - in which case you probably have bigger issues) then there's nothing to do. The Phusion solution requires Python - which seems like a lot of extra baggage to pull in (100MBs vs < 1Mb) |
Hey, we are seeing this issue where eventually no new processes can be spawned on the host because of zombie processes with the same parent. The deployment is a single broker, zookeeper and AKHQ one, started via docker-compose on a SLES system. Any hints on how to debug/improve this further? Process is started by this container: so everytime a new topic is created (e.g. via AKHQ), a new defunct process hangs in the system (where
|
platform: Ubuntu 16.04
docker-compose.yml
The text was updated successfully, but these errors were encountered: