You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "bin-53 (via GitHub)" <gi...@apache.org> on 2023/04/24 03:04:56 UTC

[GitHub] [apisix] bin-53 opened a new issue, #9360: Minimum number of connections Help

bin-53 opened a new issue, #9360:
URL: https://github.com/apache/apisix/issues/9360

   ### Description
   
   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:
   
   ![image](https://user-images.githubusercontent.com/131146587/233891044-7816587b-8101-4092-86cf-95e3528f7cb3.png)
   
   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
   
   ### Environment
   
   - APISIX version (run `apisix 2.15-alpine`):
   - 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-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] shreemaan-abhishek commented on issue #9360: Minimum number of connections Help

Posted by "shreemaan-abhishek (via GitHub)" <gi...@apache.org>.
shreemaan-abhishek commented on issue #9360:
URL: https://github.com/apache/apisix/issues/9360#issuecomment-1523138973

   duplicate of #7088 
   


-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] moonming commented on issue #9360: Minimum number of connections Help

Posted by "moonming (via GitHub)" <gi...@apache.org>.
moonming commented on issue #9360:
URL: https://github.com/apache/apisix/issues/9360#issuecomment-1649296038

   We can keep updated in https://github.com/apache/apisix/issues/7088, thx


-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] LiteSun commented on issue #9360: Minimum number of connections Help

Posted by "LiteSun (via GitHub)" <gi...@apache.org>.
LiteSun commented on issue #9360:
URL: https://github.com/apache/apisix/issues/9360#issuecomment-1523082641

   Need @shreemaan-abhishek help to check this.


-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] moonming closed issue #9360: Minimum number of connections Help

Posted by "moonming (via GitHub)" <gi...@apache.org>.
moonming closed issue #9360: Minimum number of connections Help
URL: https://github.com/apache/apisix/issues/9360


-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] bin-53 commented on issue #9360: Minimum number of connections Help

Posted by "bin-53 (via GitHub)" <gi...@apache.org>.
bin-53 commented on issue #9360:
URL: https://github.com/apache/apisix/issues/9360#issuecomment-1523204604

   > duplicate of #7088
   
   7088 can't solve my doubts, and no one has replied. Could you please kindly reply? tks
   
   


-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org