-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[global-rate-limit] [memcached] cant put more then 1 host #6849
Comments
/assign @ElvinEfendi |
Hey @kfirfer, we rely on https://github.com/openresty/lua-resty-memcached which does not support clustering and also it seems like it will never does given author's this thought: openresty/lua-resty-memcached#18 (comment) The underlying library ingress-nginx uses for global throttle is https://github.com/ElvinEfendi/lua-resty-global-throttle. I'll create an issue there to implement clustering using https://github.com/openresty/lua-resty-balancer/blob/master/lib/resty/chash.lua. Feel free to send a patch. EDIT: I created the issue in the upstream library: ElvinEfendi/lua-resty-global-throttle#27 |
@ElvinEfendi |
np @kfirfer ! This should not be labelled as a bug though. The feature never advertised that it supports clustered memcached. |
@ElvinEfendi |
/remove-kind bug |
/kind design |
/remove-kind design |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@kfirfer is this still relevant for you? |
/close Closing due to inactivity. Feel free to open a new issue. |
@iamNoah1: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hello,
When I try to put more than 1 memcached host, the global rate limit isn't working and doesn't communicate with memcached instance(s)
Configmap:
App version: 0.44.0
Helm chart version: 3.23.0
The text was updated successfully, but these errors were encountered: