-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[2DC] AlterReplication API to add / remove tables to replicate #2051
Comments
Similar to the proposal for creating replicates with the qualifiers ( The new
The subcommands |
@ajcaldera1 : thoughts on your proposal
|
We'll also have to think about how this interacts with the new co-location feature. There a tablet_uuid could potentially refer to an entire PG database. |
@ajcaldera1 : thanks for the clarification on #1 and #2. I think, for #3, I understand your mode of thinking but I think I'd need to scope out the effort and, if non-trivial, deprioritize it to after CDC GA MustHave Tasks are complete. |
Summary: Adds the ability to add & remove tables from an existing replication UUID in addition to modifying the master addresses.. Test Plan: 1. ybd debug --cxx-test twodc-test 2. Manual Testing Reviewers: hector, rahuldesirazu, neha Reviewed By: neha Subscribers: mikhail, ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D7796
After replication is setup between 2 universes, if new tables are added to the universes, we need an API to add the new tables to the list of tables being replicated.
Similarly, we need an ability to stop replicating certain tables.
The text was updated successfully, but these errors were encountered: