Upstream weight allocation is incorrect #12229
Replies: 1 comment
-
The discrepancy you're observing in traffic distribution between concurrent and sequential requests could be influenced by several factors related to how APISIX handles load balancing.
These factors can contribute to the observed differences in traffic distribution. Adjusting configurations or testing under different network conditions might help achieve more consistent results. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have configured an upstream, node1: 60 node2: 40. When I send 200 requests concurrently within 1 second, the traffic distribution between node1 and node2 is nearly 1:1. However, when I send 200 requests sequentially with a 1-second interval between each request, the traffic ratio is close to 3:2. Why is that?
Beta Was this translation helpful? Give feedback.
All reactions