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
My application using this library doesn't properly shut down. I already updated to the latest version 2.10.2 which fixed another thread pool issue (PR #115 ) , but this one seems to be still wrong.
I ran into a similar issue when upgrading my dogstatsd client. I believe the issue is the StatsDNonBlockingProcessor executor is using non daemon threads. Additionally, if you opt into using telemetry, the TimerTask it spawns is non daemon and will similarly hang the JVM at shutdown. I have a pull request open with the changes which should fix both of these issues: #117
domisum
changed the title
Threads pools in StatsDNonBlockingProcessor not properly closed
Thread pools in StatsDNonBlockingProcessor not properly closed
Jul 14, 2020
My application using this library doesn't properly shut down. I already updated to the latest version 2.10.2 which fixed another thread pool issue (PR #115 ) , but this one seems to be still wrong.
The text was updated successfully, but these errors were encountered: