You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/06/20 13:34:11 UTC

[GitHub] [incubator-dolphinscheduler] dailidong edited a comment on issue #2601: [BUG] Master_server and worker_server stop abnormally

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:
users@infra.apache.org