AwordArrive commented 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配置  # 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: [email protected]
