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

Executors prevent JVM from exiting when crashing. #221

Open
willferguson opened this issue May 2, 2019 · 0 comments
Open

Executors prevent JVM from exiting when crashing. #221

willferguson opened this issue May 2, 2019 · 0 comments

Comments

@willferguson
Copy link

We're using JMXFetch within the dd-trace-java java agent.

We're hitting a problem whereby if our application crashes (eg RuntimeException on the main thread), the ThreadPoolExecutors (collectionProcessor & recoveryProcessor) fail to shutdown and so prevent the JVM from exiting, requiring manual intervention.

I appreciate this is a little tricky to deal with, but would appreciate your thoughts.

Thanks,

Will

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

No branches or pull requests

1 participant