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

Server Groups #19

Open
benofben opened this issue Jun 8, 2017 · 5 comments
Open

Server Groups #19

benofben opened this issue Jun 8, 2017 · 5 comments

Comments

@benofben
Copy link
Contributor

benofben commented Jun 8, 2017

Right now the template is deploying an autoscaling group across every AZ in a region. We probably want it to split an even number of nodes over two.

There's a wider question of how MDS impacts this that I don't know the answer to yet.

@benofben
Copy link
Contributor Author

Not quite sure if this is the right approach. Need more discussion with Karthik and Tony. I'm going to continue using every available AZ until then.

@benofben
Copy link
Contributor Author

benofben commented Sep 2, 2017

I wonder what would happen if we had a replica count of 1 but a server group per AZ, which would mean 2 copies of the data are spread across 2, 3 or more server groups.

@benofben benofben changed the title Use two AZs Configure Server Groups Sep 2, 2017
@benofben
Copy link
Contributor Author

benofben commented Sep 5, 2017

Perry confirmed this'll work well:

I’m debating adding some code to the various cloud templates where (let’s take AWS as an example) a node would call the metadata service on boot to check what AZ it’s in. It would then assign itself to a server group with the name of that AZ. Assuming our replica placement takes advantage of that, it would allow us to get the maximum spread across AZs in a region, rather than making use of only two as seems to be the recommendation from some conversations I’ve had. An added benefit is that is way easier to code and maintain that restricting to two regions.

@benofben benofben changed the title Configure Server Groups Server Groups Sep 18, 2017
@benofben
Copy link
Contributor Author

benofben commented Oct 3, 2017

@jackharp
Copy link

This is a high priority.

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