-
Notifications
You must be signed in to change notification settings - Fork 699
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
Fix metrics not shutting down if there are open connections #6220
Fix metrics not shutting down if there are open connections #6220
Conversation
Do we want to prevent this again from happening? By introducing a test? :D |
@tmpolaczyk also please provide some prdoc. |
@bkchr not sure if this is easy to test. I have a zombienet test in our project that will fail if this breaks, but it takes 5 minutes to run. For a unit test we would need to:
|
prdoc/pr_6220.prdoc
Outdated
@@ -0,0 +1,10 @@ | |||
title: Improve `CheckMetadataHash` transaction extension weight and logic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title
needs to be updated, to reference the actual fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈 thanks
@bkchr is there anything else to do before merging this PR? |
Fix prometheus metrics not shutting down if there are open connections. I fixed the same issue in the past but it broke again after a dependecy upgrade. See also: #1637
No! Sorry for forgetting! 😅 |
0449b21
Fix prometheus metrics not shutting down if there are open connections. I fixed the same issue in the past but it broke again after a dependecy upgrade.
See also:
#1637