-
Notifications
You must be signed in to change notification settings - Fork 753
affinity: add stale region cache to avoid cascading merges (#10103) #10106
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
affinity: add stale region cache to avoid cascading merges (#10103) #10106
Conversation
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (62.96%) is below the target coverage (74.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release-8.5 #10106 +/- ##
===============================================
+ Coverage 77.81% 77.94% +0.13%
===============================================
Files 482 482
Lines 65343 65391 +48
===============================================
+ Hits 50846 50972 +126
+ Misses 10743 10682 -61
+ Partials 3754 3737 -17
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bufferflies, HunDunDM The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
… (tikv#10106) ref tikv#9764, close tikv#10104 Signed-off-by: lhy1024 <admin@liudos.us> Co-authored-by: lhy1024 <admin@liudos.us>
* affinity: add stale region cache to avoid cascading merges (tikv#10103) (tikv#10106) ref tikv#9764, close tikv#10104 Signed-off-by: lhy1024 <admin@liudos.us> Co-authored-by: lhy1024 <admin@liudos.us> * fix lint Signed-off-by: lhy1024 <admin@liudos.us> --------- Signed-off-by: lhy1024 <admin@liudos.us> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
This is an automated cherry-pick of #10103
What problem does this PR solve?
Issue Number: Ref #9764 Close #10104
What is changed and how does it work?
Check List
Tests
Release note