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

Add gossip protocol for determining node addresses #5672

Closed
2 tasks
corylanou opened this issue Feb 13, 2016 · 1 comment
Closed
2 tasks

Add gossip protocol for determining node addresses #5672

corylanou opened this issue Feb 13, 2016 · 1 comment

Comments

@corylanou
Copy link
Contributor

We currently store address information in the meta store. We should remove all address information and only store the node ID's. Then, using a gossip protocol, we should determine addresses as needed. This will also allow for us to determine if a node is reachable or not and could be displayed in the SHOW SERVERS command.

  • Remove address info from meta.Data
  • Cluster gossip/topology service
@jsternberg
Copy link
Contributor

Clustering is removed from the open source version so I'm closing this.

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

3 participants