You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: