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

Filter dropped tables #123

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Filter dropped tables #123

merged 1 commit into from
Jul 18, 2024

Conversation

w41ter
Copy link
Contributor

@w41ter w41ter commented Jul 17, 2024

No description provided.

w41ter added a commit to apache/doris that referenced this pull request Jul 17, 2024
The CCR syncer needs to know the distribution of tables, partitions,
indexes, and replicas when synchronizing binlogs. If a table is
deleted before the binlog synchronization is complete, the CCR syncer
cannot continue synchronizing. This PR will record the deleted
tables and include them in the get meta response, allowing the CCR
syncer to filter out the binlogs that belong to these tables.

The CCR syncer part PR is selectdb/ccr-syncer#123.
@w41ter w41ter force-pushed the filter_dropped_tables branch from a11268b to 8b8811c Compare July 17, 2024 12:13
w41ter added a commit to apache/doris that referenced this pull request Jul 18, 2024
The CCR syncer needs to know the distribution of tables, partitions,
indexes, and replicas when synchronizing binlogs. If a table is deleted
before the binlog synchronization is complete, the CCR syncer cannot
continue synchronizing. This PR will record the deleted tables and
include them in the get meta response, allowing the CCR syncer to filter
out the binlogs that belong to these tables.

The CCR syncer part PR is selectdb/ccr-syncer#123.
@w41ter w41ter merged commit 8088311 into dev Jul 18, 2024
1 check passed
@w41ter w41ter deleted the filter_dropped_tables branch July 18, 2024 03:30
dataroaring pushed a commit to apache/doris that referenced this pull request Jul 19, 2024
The CCR syncer needs to know the distribution of tables, partitions,
indexes, and replicas when synchronizing binlogs. If a table is deleted
before the binlog synchronization is complete, the CCR syncer cannot
continue synchronizing. This PR will record the deleted tables and
include them in the get meta response, allowing the CCR syncer to filter
out the binlogs that belong to these tables.

The CCR syncer part PR is selectdb/ccr-syncer#123.
w41ter added a commit that referenced this pull request Jul 30, 2024
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.

1 participant