Zookeeper connect time out in cluster mode #13842
Replies: 3 comments 1 reply
-
I meet the same problem with you, how did you solve the problem ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can modify the session-timeout: 60s and connection-timeout: 60s in the application.yaml file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm quite new of dolphinscheduler, today I have tried to start a cluster according to this official guide
Here is my version:
Zookeeper: 3.7.0
dolphinscheduler: 3.1.4
MySQL: 8.0.32
I have exactly configured the config files according to the document and here is my settings:
zoo.cfg
install_env.sh
dolphinscheduler_env.sh
After running and waiting for install.sh, I can see worker in
192.168.24.201
successfully started and all of others are crashed by Zookeeper connect timeout exception.Here is master log for example:
After some times of trying by start them up one by one, only worker server on 192.168.24.200 could start up well and all of the other servers which will register to zookeeper are crashed caused by the same connect timeout exception.
here is the zookeeper node, worker server is registered successfully.
I have checked issue and google for a whole afternoon, and just can't solve it.
Is ther anything I missed that lead to this crash?
Beta Was this translation helpful? Give feedback.
All reactions