Hello,
when running Pandora with the provided docker-compose.yml (Cofigured to our endvironment) - after a recent Update I get Zombie processes.
root 6134 0.0 0.0 0 0 pts/0 Z+ Jul19 0:00 [workers_manager] <defunct>
root 6135 0.0 0.0 0 0 pts/0 Z+ Jul19 0:00 [workers_manager] <defunct>
# pstree -p -s 6134
systemd(1)───containerd-shim(2602)───docker-init(2679)───workers_manager(4820)───workers_manager(6134)
# pstree -p -s 6135
systemd(1)───containerd-shim(2602)───docker-init(2679)───workers_manager(4820)───workers_manager(6135)
I have tried solving this issue using the init: true flag within the docker-compose.yml for the pandora service, without any success. Likely this isn't working out, because these Zombies are grandchildren.
Any adivce on how to fix this issue? Can I provied additional information?
Thank you and regards
Andreas
Hello,
when running Pandora with the provided docker-compose.yml (Cofigured to our endvironment) - after a recent Update I get Zombie processes.
I have tried solving this issue using the
init: trueflag within the docker-compose.yml for the pandora service, without any success. Likely this isn't working out, because these Zombies are grandchildren.Any adivce on how to fix this issue? Can I provied additional information?
Thank you and regards
Andreas