-
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.
[BACKPORT 2.14][#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. Original commit: 48e8e32 / D18225 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, nicolas, slingam Reviewed By: slingam Subscribers: bogdan, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D18472
- Loading branch information
Showing
5 changed files
with
141 additions
and
30 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
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