dailidong edited a comment on issue #2601: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2601#issuecomment-646995140
do you notice that `[INFO] 2020-04-30 06:48:38.039 org.apache.zookeeper.ClientCnxn:[1299] - Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x100166b7670002c, negotiated timeout = 4000 ` zookeeper session timeout only 4 seconds, it's too short. so change the config item in zookeeper.properties ` zookeeper.session.timeout=60000 zookeeper.connection.timeout=30000 ` ---------------------------------------------------------------- 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]
