-
Notifications
You must be signed in to change notification settings - Fork 727
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
region: Add accelerate regions schedule API (#2599) #2687
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@Yisaer please accept the invitation then you can push to the cherry-pick pull requests. |
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
@Yisaer,Thanks for your review. However, LGTM is restricted to Reviewers or higher roles.See the corresponding SIG page for more information. Related SIGs: scheduling(slack). |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2687 +/- ##
===============================================
+ Coverage 77.00% 77.16% +0.15%
===============================================
Files 205 205
Lines 22276 22317 +41
===============================================
+ Hits 17154 17220 +66
+ Misses 3810 3790 -20
+ Partials 1312 1307 -5
Continue to review full report at Codecov.
|
cherry-pick #2599 to release-4.0
Add one new region HTTP API.
What problem does this PR solve?
close #2593
What is changed and how it works?
Add one new region related http api to accelerate regions schedule by given key range.
Check List
Tests
Related changes
Release note