Describe the bug
Zookeeper management interface in monitoring center displays abnormal。In fact, zookeepeer is running normally, both master and worker are successfully registered in zookeeper
To Reproduce
1、After normal installation and deployment, log in to the dolphinscheduler web interface
2、Check the zookeeper management interface of the monitoring center, you can find this problem
Expected behavior
It can display various monitoring indicators of zookeeper normally
Screenshots

Which version of Dolphin Scheduler:
-[1.2.0]
please see api server log
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
I find some documentations, FYI:
https://issues.apache.org/jira/browse/ZOOKEEPER-2764
hello ,maybe is zk FourLetterWord problem,
you can try try command as followecho 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
very good job, this solve the problem


Solve as above, but there are new problems,Please refer to the pictures
Solve as above, but there are new problems,Please refer to the pictures
which zookeeper version do you use?
https://github.com/apache/incubator-dolphinscheduler/pull/2595 I think this PR will solve your problem
Solve as above, but there are new problems,Please refer to the pictureswhich zookeeper version do you use?
3.6.1
Solve as above, but there are new problems,Please refer to the pictureswhich zookeeper version do you use?
3.6.1
#2595 PR has resolve this problem.
Most helpful comment
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