You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#11729][DocDB][xCluster] Fix for replication not working if user upgrades to a branch with CDCSDK code changes
Summary:
With the changes for CDCSDK, we have separate `source_type` values i.e. `XCLUSTER` for xCluster replication and `CDCSDK` for the new changes. Similarly there is another option i.e. `checkpoint_type` which can have `IMPLICIT` and `EXPLICIT` values.
If a stream for replication has been created before upgrading, it was unable to continue replication after upgrading to the latest version since the `source_type` and `checkpoint_type` options were missing from it as it has only been introduced with the CDCSDK changes only.
Test Plan:
* Manually tested with a custom build on dev portal
Reviewers: sergei, jhe, mkantimath, skumar, rahuldesirazu
Reviewed By: skumar, rahuldesirazu
Subscribers: rahuldesirazu, iamoncar, sdash, ybase, bogdan
Differential Revision: https://phabricator.dev.yugabyte.com/D15989
0 commit comments