-
Notifications
You must be signed in to change notification settings - Fork 125
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
无法链接到zookeeper #13
Comments
Chronos uses the java client of ZooKeeper. Can you connect with the ZK server with the command-line or other clients? @wh469012917 |
测试过了,通过comman-client可以连接到zookeeper也可以进行任何操作;
然后还尝试使用其他语言的客户端来连接操作,也是一切正常,就是在运行Chronos的时候一直提示无法连接.
2017-12-14 13:16 GMT+08:00 tobe <[email protected]>:
… Chronos uses the java client of ZooKeeper. Can you connect with the ZK
server with the command-line or other clients? @wh469012917
<https://github.com/wh469012917>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKAp3j8SbqUPnzdvZ_2t9iicCEETpIyxks5tAK8egaJpZM4Q9Hyw>
.
|
我出现了和你一样的问题,一直连接不上,我用的zookeeper是3.4.4版本的,请问这个问题你是怎么解决?的? |
没解决,不用这个库了 |
问题解决。。。编译server代码的时候 把pom.xml 文件里zookeeper的依赖 版本号从 3.4.4 -> 3.4.13 依赖版本太低了 协议对不上去。。。我使用的zookeeper server版本是3.4.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前zookeeper是以容器的方式部署,然后chronos是直接部署在宿主机上,容器通过expose端口到宿主机上。链接的时候报错如下:
可以帮忙看一下原因吗
The text was updated successfully, but these errors were encountered: