-
Notifications
You must be signed in to change notification settings - Fork 143
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
ERR proxy upstream not available with camellia proxy #356
Comments
any proxy log? |
2024-11-27 02:36:02,512 ERROR camellia-work-group-3-2 c.n.n.c.r.p.u.ErrorLogCollector:91 - com.netease.nim.camellia.redis.proxy.command.CommandsTransponder:sendCommand error, bid = null, bgroup = null, ex = java.lang.ArrayIndexOutOfBoundsException |
I connect the proxy as Standalone/single node mode. |
2024-11-27 03:25:38,956 ERROR camellia-work-group-3-1 c.n.n.c.r.p.u.ErrorLogCollector:91 - com.netease.nim.camellia.redis.proxy.command.CommandsTransponder:sendCommand error, bid = null, bgroup = null, ex = java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 1 |
you missing |
Yes, I'm trying with "EVALSHA_RO" only. With directly connected I got "ERR wrong number of arguments for 'evalsha_ro' command" and with proxy I got "ERR proxy upstream not available". So it is just difference with the error messages? Thanks. |
proxy should optimize the error msg, could you pls make a pull request to fix this? |
Module: camellia-redis-proxy
Version: 1.2.30
hello,
I'm using camellia proxy to proxy a redis cluster. I tried with the command EVALSHA and got an error "ERR proxy upstream not available". It is working if send the command directly to the redis cluster.
The config is:
server: port: 6379 spring: application: name: camellia-redis-proxy-server camellia-redis-proxy: password: test console-port: 6380 monitor-enable: false monitor-interval-seconds: 60 plugins: - monitorPlugin - bigKeyPlugin - hotKeyPlugin transpond: type: local local: type: simple resource: redis-cluster://[email protected]:6370
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: