bin-53 commented on issue #7088: URL: https://github.com/apache/apisix/issues/7088#issuecomment-1514030414
When I use the least-conn algorithm to select the upstream, if the score is the same, it should use the polling algorithm to select the node, but in my test, this is not the case.(APISIX version (run apisix 2.15-alpine):) you can see:  I've got five nodes, When I use postman to click continuously, it only poll from three nodes, and the other two nodes are never selected. Is there any problem? And when i use postman to click continuously , this ‘active_conn ’ should always be 0. According to (active_conn +1) /weigth, we know that they should have the same score。 With the same minimum number of connections, is a normal polling algorithm used or SWRR? or Is there more detailed documentation on this part? The official documentation is too simple -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
