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

WIP: fix(redis): Fix false positive for cluster HA #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

meikomeik
Copy link
Member

We want to raise a warning if two masters or two slaves are active on the same home because a sudden lost of the current vm would lead to data loss.
All other cases (port 7000 not being master or 7001 not being slave) are actually not a problem because the cluster status is still fine!

This is an improvement to the current state of the check

@meikomeik meikomeik changed the title fix(redis): Fix false positive for cluster HA WIP: fix(redis): Fix false positive for cluster HA Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant