Skip to content

make jarnode wait for child process shutdown #3

@jameslockwood

Description

@jameslockwood

The shutdown hook which kills the child node process does not wait for the child process to destroy. This has the potential to lead to zombie processes.

https://github.com/nicferrier/jarnode/blob/master/src/main/java/uk/me/ferrier/nic/jarnode/App.java#L228

Adjust so that we wait for the child process to destroy before throwing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions