-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
stats: support display invalid key in stats buckets #12064
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12064 +/- ##
===========================================
Coverage 81.5184% 81.5184%
===========================================
Files 448 448
Lines 96123 96123
===========================================
Hits 78358 78358
Misses 12189 12189
Partials 5576 5576 |
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.
lgtm
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.
LGTM.
/run-all-tests |
cherry pick to release-3.0 in PR #12094 |
cherry pick to release-2.1 failed |
What problem does this PR solve?
show stats_buckets
sometimes shows errors likeinvalid encoded key flag 252
.What is changed and how it works?
Feedback may generate invalid index keys, we need to handle these when trying to display values instead of raise errors.
Check List
Tests
Unit test
Code changes
Has exported function/method change
Side effects
Related changes
Release note