Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Load balancing algorithm used? #8

Open
dstiliadis opened this issue May 31, 2019 · 0 comments
Open

Load balancing algorithm used? #8

dstiliadis opened this issue May 31, 2019 · 0 comments

Comments

@dstiliadis
Copy link

I was wondering if anyone has played with the Load Balancing algorithms used in the benchmark. I believe Linkerd comes up with default Power of Two Choices. The corresponding one in Istio is the Weighted Least Request, but if I am not mistaken uses Round Robin by default. I couldn't find any configuration for those in the repo. Probably I am missing something.

The Load Balancing algorithm can have a dramatic effect in the 99-percentile latency observations provided CPU is not saturated, in which case the CPU effects take over.

In other words, it is not clear from the results if the effects are because of CPU utilization and saturation or load balancing algorithm selection that in turn affects CPU saturation in upstream nodes.

Thanks in advance for any clarifications.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant