Skip to content
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

Backport select backup engine in Backup() and ignore engines in RestoreFromBackup() #542

Merged
merged 5 commits into from
Oct 30, 2024

Conversation

rvrangel
Copy link
Collaborator

Description

This backports vitessio#16428

Related Issue(s)

Checklist

  • "Backport to:" labels have been added if this change should be back-ported
  • Tests were added or are not required
  • Did the new or modified tests pass consistently locally and on the CI
  • Documentation was added or is not required

Deployment Notes

…kup() (vitessio#16428)

Signed-off-by: Renan Rangel <rrangel@slack-corp.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
@github-actions github-actions bot added this to the v15.0.5 milestone Oct 25, 2024
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
Comment on lines 1356 to 1359
// localCluster.DisableVTOrcRecoveries(t)
// defer func() {
// localCluster.EnableVTOrcRecoveries(t)
// }()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these do not exist in v15 yet, but leaving it here for context of the reviewer

Comment on lines 1401 to 1404
// localCluster.DisableVTOrcRecoveries(t)
// defer func() {
// localCluster.EnableVTOrcRecoveries(t)
// }()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@rvrangel rvrangel marked this pull request as ready for review October 29, 2024 13:46
@rvrangel rvrangel requested a review from a team as a code owner October 29, 2024 13:46
Copy link
Member

@timvaillancourt timvaillancourt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The commented-out test logic for vtorc stuff are not a concern, we run v19 vtorc

Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
@rvrangel rvrangel merged commit 09d9c44 into slack-15.0 Oct 30, 2024
197 checks passed
@rvrangel rvrangel deleted the backport-select-engine branch October 30, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants