Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xCluster] Make xCluster work in Kubernetes #2422

Closed
ndeodhar opened this issue Sep 24, 2019 · 0 comments
Closed

[xCluster] Make xCluster work in Kubernetes #2422

ndeodhar opened this issue Sep 24, 2019 · 0 comments
Labels
kind/bug This issue is a bug priority/medium Medium priority issue xCluster Label for xCluster related issues/improvements
Milestone

Comments

@ndeodhar
Copy link
Contributor

ndeodhar commented Sep 24, 2019

Jira Link: DB-7176
There are 2 changes needed to get 2DC to work:

  1. SetupUniverseReplication should accept a load balancer IP. This will be the host that all CDC service GetChanges requests are routed to, instead of routing them to individual tablet servers.

  2. Similarly, while setting up UniverseReplication, we currently provide a list of producer master addresses. Since we need to get that to work with a load balancer, we need to add a wrapper SetupUniverseReplication in CDCService. Then yb-admin SetupUniverseReplication will call tserver's SetupUniverseReplication via load balancer host and then that should then route the call to master leader's SetupUniverseReplication.

@ndeodhar ndeodhar added the area/cdc Change Data Capture label Sep 24, 2019
@bmatican bmatican added this to the 2.7.x milestone Mar 19, 2021
@hari90 hari90 changed the title [2DC] Make 2DC work in Kubernetes [xCluster] Make xCluster work in Kubernetes Jul 9, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jul 9, 2023
@hari90 hari90 added xCluster Label for xCluster related issues/improvements and removed kind/bug This issue is a bug area/cdc Change Data Capture priority/medium Medium priority issue labels Jul 9, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue is a bug priority/medium Medium priority issue xCluster Label for xCluster related issues/improvements
Projects
Status: Done
Development

No branches or pull requests

5 participants