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

Materialization: Do not error if tables that are not part of the stream go missing #6778

Merged

Conversation

rohit-nayak-ps
Copy link
Contributor

@rohit-nayak-ps rohit-nayak-ps commented Sep 23, 2020

Currently replication streams fail even if tables that do not participate in a migration are dropped (or renamed) during a table migration (eg. with gh-ost). This PR fixes that bug by bypassing code that was being unnecessarily called for tables that do not participate in the workflow.

Signed-off-by: Rohit Nayak [email protected]

@rohit-nayak-ps rohit-nayak-ps changed the title Do not error if tables that are not part of the stream go missing Materialization: Do not error if tables that are not part of the stream go missing Sep 23, 2020
@rohit-nayak-ps rohit-nayak-ps marked this pull request as ready for review September 23, 2020 20:57
@sougou sougou merged commit ef46380 into vitessio:master Sep 23, 2020
@askdba askdba added this to the v8.0 milestone Oct 6, 2020
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.

None yet

3 participants