老师,问下,运行testCreateUser()测试用例,一只卡在zookeeper上?
来源:6-36 用户应用子系统 - 创建用户服务逻辑校验

woy
2018-08-21
控制台日志:
2018-08-21 19:46:13.021 INFO 4688 --- [68.99.108:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 192.168.99.108/192.168.99.108:2181, sessionid = 0x1655c25fbd7000a, negotiated timeout = 40000
然后就超时了,ping 远程zookeeper的ip和2181可以通。
4回答
-
qq_西域轩辕_0
2023-04-14
应该是版本问题,我也遇到了, 我把hbase的版本换成和老师说的一样了之后就好了 1.1
00 -
bill最帅
2020-04-21
请问你解决这个问题了吗?如何解决的?
00 -
bill最帅
2020-04-21
2020-04-20 13:32:39.498 INFO 23792 --- [0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2020-04-20 13:32:39.499 INFO 23792 --- [0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established, initiating session, client: /0:0:0:0:0:0:0:1:10106, server: 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181
2020-04-20 13:32:39.511 INFO 23792 --- [0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x100039d70ec0016, negotiated timeout = 40000
同问,我的zookeeper 设在本机
00 -
张勤一
2018-08-21
这个是远程的 Zookeeper 吗,还是本机的?
012018-08-21
相似问题