-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
InstrumentedExecutorService does not remove registered gauges after shutdown #2920
Comments
Do you have this issue only in tests or also in production? If the latter, could you please describe the use case? |
The issue would also happen in production. |
This issue is stale because it has been open 180 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days. |
Similar to #1684.
As the gauges are not removed, once we shutdown the executor service and try to start again with the same name, the executor service can no longer be started.
The text was updated successfully, but these errors were encountered: