-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
br: replace GetTS with GetTSWithRetry #38948
Conversation
[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. Reviewer can indicate their review by submitting an approval review. |
/component br |
/run-integration-br-test |
1 similar comment
/run-integration-br-test |
4e124fa
to
542a643
Compare
/run-integration-br-test |
/run-check-dev-2 |
542a643
to
0abf6da
Compare
/run-mysql-test |
/run-integration-br-test |
0abf6da
to
1fd9fc2
Compare
it looks we can cherry-pick to other versions, 6.1, 6.2, 6.3, 6.4 |
1fd9fc2
to
bf241ff
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: bf241ff733e15f7d53a9e06b44b323919b99742e
|
/run-check-dev-2 |
Signed-off-by: zhanggaoming <[email protected]>
Signed-off-by: zhanggaoming <[email protected]>
cd6a399
to
74d7142
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 74d7142
|
TiDB MergeCI notify✅ Well Done! New fixed [1] after this pr merged.
|
Signed-off-by: zhanggaoming [email protected]
What problem does this PR solve?
Issue Number: ref #36910
Problem Summary:
When the switch of the leader occurs in the PD, it affect the BR restore and PiTR restore.
What is changed and how it works?
replace
GetTS
withGetTSWithRetry
Check List
Tests
Side effects
Documentation
Manual test
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.