-
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.
[#12003] xCluster: Allow dropping of YSQL tables under replication
Summary: Currently dropping YSQL tables under replication leads to a message saying that the table cannot be dropped followed by the table being dropped only at the YSQL layer. This leads to some confusing behaviour where the table can't be accessed via ysqlsh, but can be seen in admin UIs. The plan to properly fix this is being worked on in gh issue #753, but for now, re-enabling the deletion of YSQL tables under replication, while still blocking YCQL table deletion. Test Plan: ``` ybd --cxx-test integration-tests_twodc_ysql-test --gtest_filter "*DeleteTableChecks*" ybd --cxx-test integration-tests_twodc-test --gtest_filter "*DeleteTableChecks*" ``` Reviewers: rahuldesirazu, slingam, nicolas Reviewed By: nicolas Subscribers: ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D18225
- Loading branch information
Showing
4 changed files
with
139 additions
and
29 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
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