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 2020/12/16 06:26:18 UTC

[GitHub] [shardingsphere-elasticjob] AwordArrive edited a comment on issue #1779: Zookeeper connection failed

AwordArrive edited a comment on issue #1779:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1779#issuecomment-745794876


   There is no problem with Zookeeper, and the test program to connect to Zookeeper can be connected.
   
   ## Zookeeper配置
   ![图片](https://user-images.githubusercontent.com/52400896/102312856-74b5e500-3faa-11eb-8333-ac9cc34917d1.png)
   
   `# The number of milliseconds of each tick
   tickTime=4000
   # The number of ticks that the initial 
   # synchronization phase can take
   initLimit=10
   # The number of ticks that can pass between 
   # sending a request and getting an acknowledgement
   syncLimit=5
   # the directory where the snapshot is stored.
   # do not use /tmp for storage, /tmp here is just 
   # example sakes.
   dataDir=/tmp/zookeeper
   # the port at which the clients will connect
   clientPort=2181`
   
   
   
   


----------------------------------------------------------------
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.

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