-
Notifications
You must be signed in to change notification settings - Fork 499
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
ticdc: support graceful upgrade TiCDC pods #4647
Conversation
Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
[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. |
Codecov Report
@@ Coverage Diff @@
## master #4647 +/- ##
==========================================
+ Coverage 62.65% 69.03% +6.38%
==========================================
Files 186 190 +4
Lines 20849 23346 +2497
==========================================
+ Hits 13062 16116 +3054
+ Misses 6591 5986 -605
- Partials 1196 1244 +48
|
Signed-off-by: Neil Shen <overvenus@gmail.com>
/test pull-e2e-kind pull-e2e-kind-across-kubernetes pull-e2e-kind-pull-e2e-kind-serial |
/test pull-e2e-kind-br |
Signed-off-by: Neil Shen <overvenus@gmail.com>
@liubog2008: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. In response to this: 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. |
Signed-off-by: Neil Shen <overvenus@gmail.com>
/merge |
@DanielZhangQD: In response to this:
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7a90ab2
|
/test pull-e2e-kind-serial pull-e2e-kind-br |
/test pull-e2e-kind-serial |
@overvenus: Your PR was out of date, I have automatically updated it for you. 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. |
/test pull-e2e-kind |
1 similar comment
/test pull-e2e-kind |
What problem does this PR solve?
This PR supports upgrade TiCDC pods without causing latency spike.
Close #4646
What is changed and how does it work?
Before update TiCDC statefuleset, we first drain the TiCDC in that pod.
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.