cluster: avoid unexpected statistic modify in range cluster (#3599)#3602
cluster: avoid unexpected statistic modify in range cluster (#3599)#3602lhy1024 merged 3 commits intotikv:release-5.0from
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
@lhy1024 you're already a collaborator in bot's repo. |
|
Kudos, SonarCloud Quality Gate passed! |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by writing |
|
/merge |
|
@disksing: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: afd34de |
|
/rebuild |
Codecov Report
@@ Coverage Diff @@
## release-5.0 #3602 +/- ##
===============================================
- Coverage 74.65% 74.63% -0.02%
===============================================
Files 245 245
Lines 24085 24094 +9
===============================================
+ Hits 17980 17982 +2
- Misses 4497 4500 +3
- Partials 1608 1612 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cherry-pick #3599 to release-5.0
You can switch your code base to this Pull Request by using git-extras:
# In pd repo: git pr https://github.com/tikv/pd/pull/3602After apply modifications, you can push your change to this PR via:
Signed-off-by: lhy1024 admin@liudos.us
What problem does this PR solve?
After add the
scatter range scheduler, will cause the #3598, the diskused spacedrop to 0. this PR try to fix a part of that.What is changed and how it works?
#3598 are caused with two problems, this pr fix one, another is #3597
Check List
Tests
Release note