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

Consider relaxing the definition of a node being part of a cluster #1790

Closed
coffeemug opened this issue Dec 19, 2013 · 2 comments
Closed

Consider relaxing the definition of a node being part of a cluster #1790

coffeemug opened this issue Dec 19, 2013 · 2 comments

Comments

@coffeemug
Copy link
Contributor

Just spent a lot of time with a user on IRC. Here is the flow they went through:

  • Start node A on EC2, make sure it starts
  • Start node B on EC2 joining node A, make sure it starts
  • Ok, everything's cool. Shut down node B because they wanted to get a different EC2 instances and this was just a test.
  • Start node C on EC2 joining node A, make sure it starts
  • Server unavailable issue (node B missing). What's going on? Go on IRC, spend an hour trying to figure it out

There are a couple of options I can think of:

  • Leave things as is. May be document the issue that pops up a bit better.
  • Allow servers to go away without issues as long as they don't have any responsibilities. This would actually be kind of nice. Seeing an issue for servers that don't have responsibilities might be excessive.
  • Some variation of the above. For example, allow servers to go away without issues if they currently don't have any responsibilities and never had them before. (I'm not sure why we'd want this, but it's an option to consider)

Not super high priority, so putting in backlog for now, but I think we discuss this to improve first time devops experience.

@danielmewes danielmewes modified the milestones: raft-polish, backlog Mar 27, 2015
@danielmewes
Copy link
Member

This will be fixed by the Raft release

@danielmewes
Copy link
Member

This has been done.

@AtnNn AtnNn modified the milestones: 2.1-polish, 2.1 Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants