-
Notifications
You must be signed in to change notification settings - Fork 359
Description
Redis版本:7.4.0
Cluster模式,3节点,3主3从
通过predixy代理访问
ClusterServerPool {
MasterReadPriority 60
StaticSlaveReadPriority 50
DynamicSlaveReadPriority 50
RefreshInterval 300ms
ServerTimeout 300ms #added in commit 86183a4
ServerFailureLimit 2
ServerRetryTimeout 500ms
KeepAlive 120s #added in commit 86183a4
Servers {
+ 192.168.111.94:6381
+ 192.168.111.95:6383
+ 192.168.111.96:6385
+ 192.168.111.94:6382
+ 192.168.111.95:6384
+ 192.168.111.96:6386
}
}
问题:
使用AnotherRedisDesktopManager连接一切正常
是使用RedisInsight连接则出现超时错误,查看日志有如下信息
2024-12-03 13:12:42.739877 N Handler.cpp:441 h 6 accept c 192.168.150.82:2107 65 assign to h 2
2024-12-03 13:12:42.959879 N RequestParser.cpp:521 unknown request cmd:hello
2024-12-03 13:12:43.124043 N RequestParser.cpp:521 unknown request cmd:sentinel
2024-12-03 13:12:43.354736 N Handler.cpp:441 h 6 accept c 192.168.150.82:2109 64 assign to h 3
2024-12-03 13:12:44.292134 N Handler.cpp:238 h 3 remove c 192.168.150.82:2109 64 with status 2 End
尝试了增加CustomCommand
hello.sentinel
并没有效果