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

Load Balancer Doesn't Work When Master is Different Type to Nodes #362

Open
rimckenn opened this issue Jan 17, 2014 · 1 comment
Open

Load Balancer Doesn't Work When Master is Different Type to Nodes #362

rimckenn opened this issue Jan 17, 2014 · 1 comment

Comments

@rimckenn
Copy link

Star Cluster allows you to have a different type for the master compared to the nodes, but it seems that this cause problems with the load balancer.

I tried having the master be a small instance and then nodes came up as large instances. The first extra node came up ok, but when the load balancer wanted to add a second host it gives the error: !!! ERROR - ERROR: Number of slots not consistent across cluster

@FinchPowers
Copy link
Contributor

This is not an issue, it was designed that way. I personally commented out that check in my version (https://github.com/datacratic/StarCluster?source=c). It doesn't break anything. It just somewhat makes some calculation to add/remove nodes a little bit off but nothing noticeable really.

if (total != (single * len(self.hosts))):

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