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

vard cluster members might not use the same cluster size #35

Open
palmskog opened this issue Jan 4, 2017 · 0 comments
Open

vard cluster members might not use the same cluster size #35

palmskog opened this issue Jan 4, 2017 · 0 comments

Comments

@palmskog
Copy link
Collaborator

palmskog commented Jan 4, 2017

Since the Raft cluster size is set at runtime based on the passed parameters, strange errors can occur in vard if different cluster members use a different number of -node parameters. Even with cluster size set at compile time, this could be an issue if different deployments are compiled with different cluster size parameters.

One way to mitigate these kinds of errors is to let the shim perform some initial messaging before Raft communication starts, e.g., get confirmation that other nodes were configured with the same cluster size as the present node.

@palmskog palmskog changed the title vard cluster members might not use the same cluster size vard cluster members might not use the same cluster size Jan 4, 2017
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

No branches or pull requests

1 participant