Dolphinscheduler: Zookeeper management interface in monitoring center displays abnormal

Created on 27 Apr 2020  ·  9Comments  ·  Source: apache/dolphinscheduler

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
image

Which version of Dolphin Scheduler:
-[1.2.0]

FAQ bug

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

All 9 comments

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

very good job, this solve the problem

2020-05-06 11-39-45屏幕截图
2020-05-06 11-39-54屏幕截图
Solve as above, but there are new problems,Please refer to the pictures

2020-05-06 11-39-45屏幕截图
2020-05-06 11-39-54屏幕截图
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

2020-05-06 11-39-45屏幕截图
2020-05-06 11-39-54屏幕截图
Solve as above, but there are new problems,Please refer to the pictures

which zookeeper version do you use?

3.6.1

2020-05-06 11-39-45屏幕截图
2020-05-06 11-39-54屏幕截图
Solve as above, but there are new problems,Please refer to the pictures

which zookeeper version do you use?

3.6.1

#2595 PR has resolve this problem.

Was this page helpful?
0 / 5 - 0 ratings