-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Tablet throttler: remove cached metric associated with removed tablet #16555
Tablet throttler: remove cached metric associated with removed tablet #16555
Conversation
Signed-off-by: Shlomi Noach <[email protected]>
Signed-off-by: Shlomi Noach <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Shlomi Noach <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16555 +/- ##
==========================================
- Coverage 68.78% 68.77% -0.01%
==========================================
Files 1556 1556
Lines 199803 199809 +6
==========================================
- Hits 137429 137424 -5
- Misses 62374 62385 +11 ☔ View full report in Codecov by Sentry. |
@shlomi-noach Looks like there's now a few relevant unit tests that are flaky (and some data races). Let me know when it's all good and I'll review. |
Signed-off-by: Shlomi Noach <[email protected]>
@mattlord tests + race are all fixed. |
Description
Bugfix. See #16554 for context.
Related Issue(s)
Fixes #16554
Checklist
Deployment Notes