-
Hi. We recently started testing balancing type WeightedLeastRequest(all weights equal). It works good on similar servers. but when the servers are very different the balancing works poorly. please tell me if it can be fixed somehow? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't configure Envoy to do any passive load detection on the upstreams, so I don't think it's possible to have Envoy detect this situation automatically. In this case, I would probably use weights to reflect the increased capacity (since server1 is 4x as big by number of cores), and tweak from there. |
Beta Was this translation helpful? Give feedback.
We don't configure Envoy to do any passive load detection on the upstreams, so I don't think it's possible to have Envoy detect this situation automatically.
In this case, I would probably use weights to reflect the increased capacity (since server1 is 4x as big by number of cores), and tweak from there.