You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: