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/04/28 07:09:56 UTC

[GitHub] [incubator-dolphinscheduler] samz406 commented on issue #2547: Zookeeper management interface in monitoring center displays abnormal

samz406 commented on issue #2547:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2547#issuecomment-620423830


   hello ,maybe is  zk FourLetterWord problem,
   you can try try command as follow
   
   echo ruok|nc localhost 2181
   if has the words, maybe you modify zoo.cfg
   
   `ruok is not executed because it is not in the whitelist.`
   
   add  config in zoo.cfg
   `4lw.commands.whitelist=*`
   
   restart zk
   
   tips : if has not nc,you can yum install nc
   
   
   
   
   
   
   
   


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