Open fredevery opened 9 years ago
Even setting:
export CLUSTER_SELF_WEIGHT="0"
doesn't force the traffic to be proxied to another instance.
Seems like it was an nginx issue. If I run the meteor-down test against one of the other servers in the cluster it distributes the traffic just fine.
My apologies for filing a false issue.
@fredevery what was the nginx issue and how did you solve it?
I am not sure what I am doing wrong. I've followed the documentation and setup each of my instances as I understand they should be setup. I am exporting the following:
I have even tried exporting the following:
I have tried changing the service name and the weight. Kadira is seeing the different hosts just fine but the traffic isn't being distributed. I've tried loading the app in the browser, removing the cluster cookie and refreshing the browser, but no matter how many times I do this I keep getting the same endpoint hash.
I've also tried hitting the server with a load test using meteor down and according to Kadira all the traffic is being handled by the primary app server, the server that sits at the primary domain.
Any insight on this would be great. Thanks in advance