You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/09/05 08:32:31 UTC

[incubator-dolphinscheduler] branch dev updated: add 4lw.commands.whitelist for ds monitor (#3664)

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6dc8b4f  add 4lw.commands.whitelist for ds monitor (#3664)
6dc8b4f is described below

commit 6dc8b4f0a3337f3277e5a3ffc45edcd9b2a66320
Author: geosmart <ge...@hotmail.com>
AuthorDate: Sat Sep 5 16:32:19 2020 +0800

    add 4lw.commands.whitelist for ds monitor (#3664)
    
    update docker zoo.cfg
    --
    add config to enable dolphinscheuler monitor data
    ```
    #Four Letter Words commands:stat,ruok,conf,isro
    4lw.commands.whitelist=*
    ```
    if without this config,the monitor data is all  default value -1
---
 docker/build/conf/zookeeper/zoo.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/build/conf/zookeeper/zoo.cfg b/docker/build/conf/zookeeper/zoo.cfg
index 7980d37..94f92d0 100644
--- a/docker/build/conf/zookeeper/zoo.cfg
+++ b/docker/build/conf/zookeeper/zoo.cfg
@@ -43,3 +43,5 @@ clientPort=2181
 # Purge task interval in hours
 # Set to "0" to disable auto purge feature
 #autopurge.purgeInterval=1
+#Four Letter Words commands:stat,ruok,conf,isro
+4lw.commands.whitelist=*