-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
VReplication: Make Target Sequence Initialization More Robust #15289
Conversation
Signed-off-by: Matt Lord <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Matt Lord <[email protected]>
731d756
to
767840e
Compare
Signed-off-by: Matt Lord <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #15289 +/- ##
==========================================
+ Coverage 67.49% 67.54% +0.04%
==========================================
Files 1561 1561
Lines 193355 193381 +26
==========================================
+ Hits 130512 130616 +104
+ Misses 62843 62765 -78 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
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.
Overall LGTM. Some suggestions around the log messages purely for readability. I agree with the call to backport to 18.0
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
… Robust (#15289) (#15308) Signed-off-by: Matt Lord <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
… Robust (#15289) (#15307) Signed-off-by: Matt Lord <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
Description
This makes two key improvements to how we manage the initialization of target sequences when executing a
MoveTables SwitchTraffic
command and the--initialize-target-sequences
flag is specified:I think that this fix should be backported to v18 — where the initial feature was first added — as the changes are isolated to users of the new feature and this work makes that feature more robust and reliable for them.
Click here to see a manual test
Related Issue(s)
Checklist