renshunhang opened a new issue, #12230: URL: https://github.com/apache/apisix/issues/12230
### Description 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? ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org