Skip to content

The ScriptRunner container leaves dead processes in the process list (ps -ef) #1503

@ryanmelt

Description

@ryanmelt

Linux calls these "zombie processes" which sounds scary, except they are completely dead but have left an entry in the process table.
The spawning process needs to properly cleanup when they complete some how.

I'm not sure if this is actually a problem besides cluttering the process table. But maybe the system will eventually run out of process handles?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions