-
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.
[PLAT-14835]: Add extra transient YCQL index tables in xClusterTableC…
…onfig during GET calls and metrics. Summary: - Implemented changes to add extra ycql index present on either source or target universe that should be in replication but are not added yet. - Fixed the duplication issue for the table configs due to intermittent table configs. Now, we will notice duplication only when we have 2 new tables that are not part of replication but present independently on the source and target universe. Test Plan: Tested the above changes through the following steps: - Create replication for the YCQL table with no index table and then verify that transient table configs are present with the desired status if they are present on either source and target universe - Verified that we do not duplicate table configs when we drop/add a new table on either universe due to newly transient table configs. Reviewers: hzare, jmak Reviewed By: hzare Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D37041
- Loading branch information
Showing
2 changed files
with
241 additions
and
36 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