CodisLabs / jodis

A java client for codis based on Jedis and Curator
MIT License
217 stars 97 forks source link

jodis连接zookeeper报错 #67

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