-
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.
[#23493] xCluster: code for ensuring there's an update for every sequ…
…ence in WAL Summary: This adds code for ensuring that ``` // Ensure that there is a full update for every sequence in sequences in the WALs after the time the // sequence info was read from the sequences_data table. // // That is, if a sequence S in sequences had value v at the time we scanned sequences_data to obtain // sequences, then after this function successfully completes, there will either be an update S := v // or some other update to S in the WAL with commit timestamp after the time the scan was done. ``` This is the second part of #23493. Jira: DB-12407 Test Plan: Added two new tests that verify this function works. Reviewers: xCluster, hsunder Reviewed By: hsunder Subscribers: ybase Differential Revision: https://phorge.dev.yugabyte.com/D37347
- Loading branch information
Showing
3 changed files
with
182 additions
and
14 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