Skip to content
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

operator: When replacing-down-peer, it should not stop at the step of leave-joint-state (#5789) #5795

Merged

Conversation

ti-chi-bot
Copy link
Member

This is an automated cherry-pick of #5789

Signed-off-by: HunDunDM hundundm@gmail.com

What problem does this PR solve?

Issue Number: Close #5788

What is changed and how does it work?

Rolled back some code from #5568 and added unittest.

Check List

Tests

  • Unit test

Code changes

Side effects

Related changes

  • Need to cherry-pick to the release branch

Release note

Fixed an issue that `replace-down-peer` could be too slow.

… leave-joint-state

Signed-off-by: HunDunDM <hundundm@gmail.com>
Signed-off-by: HunDunDM <hundundm@gmail.com>
@ti-chi-bot
Copy link
Member Author

ti-chi-bot commented Dec 19, 2022

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • nolouch

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@ti-chi-bot ti-chi-bot added do-not-merge/cherry-pick-not-approved release-note Denotes a PR that will be considered when it comes time to generate release notes. type/cherry-pick-for-release-6.5 This PR is cherry-picked to release-6.5 from a source PR. labels Dec 19, 2022
@codecov
Copy link

codecov bot commented Dec 19, 2022

Codecov Report

Base: 75.54% // Head: 75.49% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (11b84a5) compared to base (d1c0d84).
Patch coverage: 100.00% of modified lines in pull request are covered.

❗ Current head 11b84a5 differs from pull request most recent head 82c3409. Consider uploading reports for the commit 82c3409 to get more accurate results

Additional details and impacted files
@@               Coverage Diff               @@
##           release-6.5    #5795      +/-   ##
===============================================
- Coverage        75.54%   75.49%   -0.05%     
===============================================
  Files              330      330              
  Lines            32951    32937      -14     
===============================================
- Hits             24894    24867      -27     
- Misses            5907     5913       +6     
- Partials          2150     2157       +7     
Flag Coverage Δ
unittests 75.49% <100.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
server/schedule/operator/step.go 73.09% <100.00%> (ø)
server/api/diagnostic.go 76.92% <0.00%> (-23.08%) ⬇️
server/id/id.go 83.05% <0.00%> (-6.78%) ⬇️
pkg/dashboard/adapter/manager.go 73.56% <0.00%> (-5.75%) ⬇️
server/tso/tso.go 69.10% <0.00%> (-5.62%) ⬇️
server/cluster/diagnostic_manager.go 72.04% <0.00%> (-4.31%) ⬇️
server/schedule/checker/rule_checker.go 80.15% <0.00%> (-1.90%) ⬇️
server/schedule/hbstream/heartbeat_streams.go 71.71% <0.00%> (-1.02%) ⬇️
server/tso/allocator_manager.go 62.90% <0.00%> (-0.81%) ⬇️
server/statistics/hot_peer_cache.go 96.13% <0.00%> (-0.78%) ⬇️
... and 15 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@VelocityLight VelocityLight added cherry-pick-approved Cherry pick PR approved by release team. and removed do-not-merge/cherry-pick-not-approved labels Feb 6, 2023
@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Feb 6, 2023
@nolouch nolouch added the require-LGT1 Indicates that the PR requires an LGTM. label Feb 6, 2023
@nolouch
Copy link
Contributor

nolouch commented Feb 6, 2023

/merge

@ti-chi-bot
Copy link
Member Author

@nolouch: It seems you want to merge this PR, I will help you trigger all the tests:

/run-all-tests

Instructions 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.

@ti-chi-bot
Copy link
Member Author

This pull request has been accepted and is ready to merge.

Commit hash: 11b84a5

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Feb 6, 2023
@ti-chi-bot
Copy link
Member Author

@ti-chi-bot: Your PR was out of date, I have automatically updated it for you.

If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

Instructions 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-approved Cherry pick PR approved by release team. release-note Denotes a PR that will be considered when it comes time to generate release notes. require-LGT1 Indicates that the PR requires an LGTM. status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1. type/cherry-pick-for-release-6.5 This PR is cherry-picked to release-6.5 from a source PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants