You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/09/15 08:52:00 UTC

[GitHub] [shardingsphere] marker-wu edited a comment on issue #12292: An error about starting sharding-proxy in version 5.0.0-beta

marker-wu edited a comment on issue #12292:
URL: https://github.com/apache/shardingsphere/issues/12292#issuecomment-919824375


   > > > you guys can not conntect to the zk which luanched by docker, then would you please share the command you start up the zk ? @shulipeng @marker-wu @RaigorJiang
   > > > like `docker run blabla`
   > > 
   > > 
   > > docker run --privileged=true -d --name zookeeper --publish 2181:2181 -d zookeeper:latest
   > > Not only the ZK running in docker cannot be connected, but also the ZK manually installed on another machine cannot be connected.
   > 
   > since you can connect to zk by a ZK UI app, which mean proxy should connect too.... for another zk which installed on your colleagues or a server, did you try to connect to that zk by the ZI ZUI app ?
   > 
   > following is the screenshot of my machine
   > 
   > ![image](https://user-images.githubusercontent.com/4112856/133400444-df341cdd-b0fc-4fd5-aff4-225c2acf0b3e.png)
   > 
   > I build a lastest proxy through the code I pull just now . and then I luanched up zk by docker command `docker run -dit --name zookeeper -p 2181:2181 zookeeper:3.7.0`
   > 
   > after zk start up, I luanched the [ZKUI](https://github.com/DeemOpen/zkui) and proxy
   > 
   > when proxy start up, I could see the corresponding config through zkui.
   
   I can connect to ZK (my local machine and my colleague's machine) through the ZK client tool (ZooInspector), but the agent cannot connect to ZK
   here are my zk info:
   ![image](https://user-images.githubusercontent.com/45256940/133402550-2da099ba-b072-4371-aeac-82b124335f3e.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org