-
Notifications
You must be signed in to change notification settings - Fork 719
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
statistics: multidimensional hot peer cache (#2140) #2244
Conversation
Codecov Report
@@ Coverage Diff @@
## release-3.1 #2244 +/- ##
===============================================
+ Coverage 74.86% 74.91% +0.04%
===============================================
Files 196 196
Lines 20179 20222 +43
===============================================
+ Hits 15108 15150 +42
+ Misses 3922 3916 -6
- Partials 1149 1156 +7
Continue to review full report at Codecov.
|
/run-all-tests |
Can we directly cherry-pick this pr to 3.1 without others |
/merge |
Your auto merge job has been accepted, waiting for 2252 |
/run-all-tests |
cherry-pick #2140 to release-3.1
What problem does this PR solve?
First step of #2139 . The hot peer cache is not working with multidimensional load.
What is changed and how it works?
Modify the
TopN
to support multidimensional load.Check List
Tests