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

Validate connecting two instances of one Zone over KDS #11526

Open
jakubdyszkiewicz opened this issue Sep 24, 2024 · 0 comments
Open

Validate connecting two instances of one Zone over KDS #11526

jakubdyszkiewicz opened this issue Sep 24, 2024 · 0 comments
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@jakubdyszkiewicz
Copy link
Contributor

Description

Usually, it's at most one instance of Zone CP (leader) that connects to a Global CP.
With Postgres or Kube storage it's might be fine for a short period of time - we might see some resource conflicts of double creates/updates and XDS Admin operation can be broken.

However, with in-memory storage the state will be completely broken.

Introducing such validation is a bit risky. It would have to rely on ZoneInsights, what if we have subscription that is "stuck". It takes some time to clean them up. We could at least prevent this for in-memory storage

@jakubdyszkiewicz jakubdyszkiewicz added triage/pending This issue will be looked at on the next triage meeting kind/feature New feature labels Sep 24, 2024
@lobkovilya lobkovilya added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

No branches or pull requests

2 participants