Skip to content

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

Merged
sougou merged 1 commit intovitessio:masterfrom
planetscale:rn-materialize-ignore-deleted-tables
Sep 23, 2020
Merged

Materialization: Do not error if tables that are not part of the stream go missing#6778
sougou merged 1 commit intovitessio:masterfrom
planetscale:rn-materialize-ignore-deleted-tables

Conversation

@rohit-nayak-ps
Copy link
Copy Markdown
Member

@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 rohit@planetscale.com

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
@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.

3 participants