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: allows to skip placement rules checks (#5458) #5464

Merged

Conversation

ti-chi-bot
Copy link
Member

This is an automated cherry-pick of #5458

What problem does this PR solve?

Issue Number: Close #5401

What is changed and how does it work?

Allows skipping placement rules checks when creating operators.

Check List

Tests

  • Unit test

Code changes

Related changes

  • Need to cherry-pick to the release branch

Release note

Fixed the bug where the Learner Peer of TiFlash Replica might not be created.

close tikv#5401

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
@ti-chi-bot
Copy link
Member Author

ti-chi-bot commented Aug 31, 2022

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • JmPotato
  • lhy1024

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 the status/LGT1 Indicates that a PR has LGTM 1. label Sep 27, 2022
@ti-chi-bot ti-chi-bot added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Sep 27, 2022
@HunDunDM
Copy link
Member

/merge

@ti-chi-bot
Copy link
Member Author

@HunDunDM: 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: f272ff8

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Sep 27, 2022
@codecov
Copy link

codecov bot commented Sep 27, 2022

Codecov Report

Base: 75.01% // Head: 74.89% // Decreases project coverage by -0.11% ⚠️

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

Additional details and impacted files
@@               Coverage Diff               @@
##           release-5.0    #5464      +/-   ##
===============================================
- Coverage        75.01%   74.89%   -0.12%     
===============================================
  Files              245      245              
  Lines            24486    24487       +1     
===============================================
- Hits             18368    18340      -28     
- Misses            4499     4524      +25     
- Partials          1619     1623       +4     
Flag Coverage Δ
unittests 74.89% <100.00%> (-0.12%) ⬇️

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

Impacted Files Coverage Δ
server/schedule/operator/builder.go 88.12% <100.00%> (+0.02%) ⬆️
server/schedule/operator/create_operator.go 89.76% <100.00%> (ø)
server/member/member.go 65.21% <0.00%> (-3.27%) ⬇️
server/tso/allocator_manager.go 75.08% <0.00%> (-3.16%) ⬇️
server/election/leadership.go 83.52% <0.00%> (-2.36%) ⬇️
client/base_client.go 82.47% <0.00%> (-2.07%) ⬇️
server/statistics/hot_peer_cache.go 93.19% <0.00%> (-1.28%) ⬇️
pkg/btree/btree.go 85.30% <0.00%> (-0.97%) ⬇️
server/config/persist_options.go 92.60% <0.00%> (-0.78%) ⬇️
server/schedule/operator/step.go 67.82% <0.00%> (-0.64%) ⬇️
... and 8 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.

@ti-chi-bot ti-chi-bot merged commit 1be1298 into tikv:release-5.0 Sep 27, 2022
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. component/schedule Scheduling logic. release-note Denotes a PR that will be considered when it comes time to generate release notes. status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. type/cherry-pick-for-release-5.0 The PR belongs to release-5.0 cherry pick.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants