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

RFE: avoid multi-cluster CIS split brain situations when using redundant CIS instances #3415

Open
alonsocamaro opened this issue May 9, 2024 · 0 comments
Labels

Comments

@alonsocamaro
Copy link

Title

RFE: avoid CIS split brain situations when using redundant CIS instances

Description

Created as per customer request

At present, there is no mechanism that avoids a Secondary CIS to push the configuration to BIG-IP when it believes that the Primary CIS is down but it is not down. This situation is called in the industry split brain and introduces many problems. This situation should be avoided by design.

Actual Problem

Two CIS instances submitting configurations simultaneously:

  • may overload the control plane
  • will likely push different configurations creating an unstable/flapping configuration

Solution Proposed

To avoid this situation I don't think there is a better solution than a logic in the BIG-IP to be the one that decides from which CIS it wants to receive the configuration push.

This RFE affects current work #3354

@trinaths trinaths added awaiting response Awaiting response and removed untriaged no JIRA created labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants