Migrate vreplication commands to vtctldclient: Mount and Migrate#14174
Merged
rohit-nayak-ps merged 7 commits intovitessio:mainfrom Oct 6, 2023
Merged
Migrate vreplication commands to vtctldclient: Mount and Migrate#14174rohit-nayak-ps merged 7 commits intovitessio:mainfrom
rohit-nayak-ps merged 7 commits intovitessio:mainfrom
Conversation
Contributor
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
|
c530ab3 to
c5d5151
Compare
1c1014b to
6a3c8e2
Compare
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
Member
mattlord
left a comment
There was a problem hiding this comment.
Overall it looks great! I had some minor questions, comments, suggestions. We can discuss and I'll quickly do another review.
mattlord
reviewed
Oct 5, 2023
mattlord
reviewed
Oct 5, 2023
Signed-off-by: Rohit Nayak <rohit@planetscale.com> WIP Signed-off-by: Rohit Nayak <rohit@planetscale.com> Working Mount implementation. Need to fix/improve e2e test Signed-off-by: Rohit Nayak <rohit@planetscale.com> Implement/fix Migrate commands Signed-off-by: Rohit Nayak <rohit@planetscale.com> Use different proto for MigrateCreate instead of reusing MoveTablesCreate's proto Signed-off-by: Rohit Nayak <rohit@planetscale.com> Minor refactor Signed-off-by: Rohit Nayak <rohit@planetscale.com> Update tests to use json parsing Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
8372ca1 to
43b72d2
Compare
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
mattlord
approved these changes
Oct 5, 2023
Member
mattlord
left a comment
There was a problem hiding this comment.
LGTM! I only had minor comments/requests/suggestions so I will let you address those as you feel is best before merging.
mattlord
reviewed
Oct 5, 2023
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
ajm188
approved these changes
Oct 6, 2023
Contributor
ajm188
left a comment
There was a problem hiding this comment.
approving pending the help-text consistency
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
rohit-nayak-ps
added a commit
to planetscale/vitess
that referenced
this pull request
Oct 8, 2023
…essio#14174) Signed-off-by: Rohit Nayak <rohit@planetscale.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
vtctldclientis replacing the legacyvtctlclient. As part of that effort this PR migrates theMountandMigrateclient commands tovtctldclient.Related Issue(s)
Checklist
Deployment Notes