-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#20938] xCluster: Fail Db Scoped checkpoint if tables are created or…
… dropped Summary: If tables are created or dropped during a db scoped checkpoint, the checkpoint will fail. This is to prevent the checkpoint from missing tables that were created or dropped during the checkpoint. Jira: DB-9917 Test Plan: XClusterOutboundReplicationGroupMockedTest.AddTableDuringCheckpoint XClusterOutboundReplicationGroupMockedTest.DropTableDuringCheckpoint Reviewers: slingam, xCluster Reviewed By: slingam Subscribers: xCluster, ybase, bogdan Differential Revision: https://phorge.dev.yugabyte.com/D33487
- Loading branch information
Showing
2 changed files
with
99 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters