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

Support forcing rotation in HA when using upstream authority #5587

Open
MarcosDY opened this issue Oct 17, 2024 · 0 comments
Open

Support forcing rotation in HA when using upstream authority #5587

MarcosDY opened this issue Oct 17, 2024 · 0 comments
Labels
priority/backlog Issue is approved and in the backlog

Comments

@MarcosDY
Copy link
Collaborator

The current tainting of upstream authorities doesn't fully support high availability (HA) scenarios. This issue arises because only one server—typically the one used to apply the taint—receives the tainted notification. Other servers do not pick up this update from the datastore.

To address this, we need to implement a bundle update mechanism that ensures all servers can read tainted statuses from the datastore and propagate the update as expected.

An ideal improvement would be adding an integration test that simulates HA conditions and forces authority rotation.

@MarcosDY MarcosDY converted this from a draft issue Oct 17, 2024
@azdagron azdagron added the priority/backlog Issue is approved and in the backlog label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/backlog Issue is approved and in the backlog
Development

No branches or pull requests

2 participants