-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
go.mod: update the resource controller to support fallback #54621
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #54621 +/- ##
=================================================
- Coverage 74.6668% 55.9484% -18.7185%
=================================================
Files 1551 1672 +121
Lines 362786 609227 +246441
=================================================
+ Hits 270881 340853 +69972
- Misses 72307 245078 +172771
- Partials 19598 23296 +3698
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/hold |
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nolouch, xhebox The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
Issue Number: close #54453, ref #54434.
What changed and how does it work?
Update the resource controller to adopt tikv/pd#8387 and tikv/pd#8402.
Check List
Tests
Support multiple dynamic changes:
No interruption even after the GC cleanup:
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.