Zombie processes remain in workspace container after a task is terminated. #22772
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
sprint/next
team/B
This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.
Describe the bug
While working in che-code, I encountered a lot of processes labeled
<defunct>
in my workspace container. I noticed that every time a devfile task or corresponding yarn script gets terminated, one or more zombie processes appear.Che version
next (development version)
Steps to reproduce
top
command (and hitc
to see more than just the command name). You may see some zombie processes at this point.yarn build
, and terminate it in a minute.top
command runs, you can see a few more zombie processes.Expected behavior
No zombie processes should remain after a task termination.
Runtime
OpenShift
Screenshots
https://youtu.be/yWVRiQFYfxs
Installation method
other (please specify in additional context)
Environment
other (please specify in additional context)
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: