CodisLabs / codis

Proxy based Redis cluster solution supporting pipeline and scaling dynamically
MIT License
13.16k stars 2.69k forks source link

jodis连接zookeeper报错 #1690

Open Phoebus888 opened 4 years ago

Phoebus888 commented 4 years ago

[myid:] - INFO [main-SendThread(test001:2181):ClientCnxn$SendThread@1025] - Opening socket connection to server test001/10.10.7.235:2181. Will not attempt to authenticate using SASL (unknown error) 一直报[myid:]-信息[main-SendThread(test001:2181):ClientCnxn $ SendThread @ 1025]-打开与服务器test001 / 10.10.7.235:2181的套接字连接。 不会尝试使用SASL进行身份验证(未知错误)

早上一开始能连上,下午一直报这个错误,连不上zookeeper 有没有大佬能给我解决一下

Phoebus888 commented 4 years ago

业务场景:java使用jodis连接,连接成功以后一开始是稳定的,但是连接一段时间以后就会出现上面的错误 集群场景:三台codis-server 1个dashboard和1个fe和1个proxy 当时使用的是单台zookeeper