You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/21 12:53:56 UTC

[GitHub] [apisix] fatihbm opened a new issue #6677: feat: the limit-count plugin, if the server with the slot that needs to be used is unreachable it should be able to use other servers in the cluster.

fatihbm opened a new issue #6677:
URL: https://github.com/apache/apisix/issues/6677


   ### Description
   
   issue #6530 
   if the server with the slot that needs to be used is unreachable, the plugin doesn't search for a new slot on other servers in the cluster. Therefore, the router, service, etc. using that slot will be interrupted.
   
   To avoid this, the plugin must be able to use new slots from other servers in the cluster.


-- 
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] tzssangglass commented on issue #6677: feat: the limit-count plugin, if the server with the slot that needs to be used is unreachable it should be able to use other servers in the cluster.

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #6677:
URL: https://github.com/apache/apisix/issues/6677#issuecomment-1073934570


   Should we update the `lua-resty-redis-cluster`?


-- 
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] tzssangglass commented on issue #6677: feat: the limit-count plugin, if the server with the slot that needs to be used is unreachable it should be able to use other servers in the cluster.

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #6677:
URL: https://github.com/apache/apisix/issues/6677#issuecomment-1074592636


   form https://github.com/apache/apisix/blob/master/apisix/plugins/limit-count/limit-count-redis-cluster.lua, there is very little code related to handling redis clusters.


-- 
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] fatihbm commented on issue #6677: feat: the limit-count plugin, if the server with the slot that needs to be used is unreachable it should be able to use other servers in the cluster.

Posted by GitBox <gi...@apache.org>.
fatihbm commented on issue #6677:
URL: https://github.com/apache/apisix/issues/6677#issuecomment-1074812138


   I don't think the problem is here.  because the slot selection is done in `lua-resty-redis-cluster`.  I will review this code when I get the chance.


-- 
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] fatihbm commented on issue #6677: feat: the limit-count plugin, if the server with the slot that needs to be used is unreachable it should be able to use other servers in the cluster.

Posted by GitBox <gi...@apache.org>.
fatihbm commented on issue #6677:
URL: https://github.com/apache/apisix/issues/6677#issuecomment-1073999284


   > 
   
   most likely yes. but I'm still not 100% sure. 


-- 
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