Skip to content
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

fix(jvm): Integration do not shutdown gracefully when jvm.print-command is set #1558

Merged
merged 1 commit into from Jun 25, 2020
Merged

Conversation

astefanutti
Copy link
Member

@astefanutti astefanutti commented Jun 24, 2020

Fixes #1557.

The wrapping shell does not forward signals like SIGTERM to the JVM process it is waiting on, and exec should be used to have the shell replaced with the JVM process being opened.

Release Note

fix(jvm): Integration do not shutdown gracefully when jvm.print-command is set

@astefanutti astefanutti added backport release-1.0.x kind/bug Something isn't working labels Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration do not shutdown gracefully when jvm.print-command is set
3 participants