-
Notifications
You must be signed in to change notification settings - Fork 726
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
*: fix sync isolation level to default placement rule (#7122) #7125
*: fix sync isolation level to default placement rule (#7122) #7125
Conversation
close tikv#7121 Signed-off-by: ti-chi-bot <[email protected]>
[REVIEW NOTIFICATION] This pull request has not been approved. 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. Reviewer can indicate their review by submitting an approval review. |
This cherry pick PR is for a release branch and has not yet been approved by release team. To merge this cherry pick, it must first be approved by the collaborators. AFTER it has been approved by collaborators, please ping the release team in a comment to request a cherry pick review. 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 kubernetes/test-infra repository. |
444a4db
to
d3d3bc7
Compare
Signed-off-by: Ryan Leung <[email protected]>
d3d3bc7
to
a179f10
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-6.1 #7125 +/- ##
===============================================
+ Coverage 75.46% 75.55% +0.08%
===============================================
Files 307 307
Lines 30589 30594 +5
===============================================
+ Hits 23085 23116 +31
+ Misses 5506 5483 -23
+ Partials 1998 1995 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: HuSharp, lhy1024 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 |
This is an automated cherry-pick of #7122
What problem does this PR solve?
Issue Number: Close #7121.
What is changed and how does it work?
This PR will sync the isolation level to the default rule when setting config with HTTP API or pd-ctl.
Check List
Tests
Release note