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

Race condition for joining servers becoming Raft nodes when creating new cluster #4910

Closed
pauldix opened this issue Nov 25, 2015 · 1 comment

Comments

@pauldix
Copy link
Member

pauldix commented Nov 25, 2015

  1. Start a node in a docker container.
  2. Then start 6 other nodes in docker containers at the same time pointed at the first server.
  3. Run show servers

You will sometimes end up with more than 3 of the 7 servers in the cluster in the Raft consensus group.

@corylanou
Copy link
Contributor

Significant changes in the way the nodes now start up no longer allow for this. Each node is now explicitly configured for meta, data, or both.

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

2 participants