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

CleanshutdownHandler leaves Thread prohibiting JVM shutdown #44

Closed
pjklauser opened this issue Sep 15, 2015 · 1 comment
Closed

CleanshutdownHandler leaves Thread prohibiting JVM shutdown #44

pjklauser opened this issue Sep 15, 2015 · 1 comment
Assignees
Labels

Comments

@pjklauser
Copy link
Owner

The cleanshutdown handler uses a single threaded ExecutorService which starts a thread ( non daemon ) which prohibits the JVM shutdown since the executor services' threadpool keeps the thread alive ( core size = 1).

@pjklauser
Copy link
Owner Author

Released with 3.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant