You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/08/11 01:46:49 UTC

[dolphinscheduler] branch dev updated: [doc] Recover traffic configuration (#11288)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 278371bcb9 [doc] Recover traffic configuration (#11288)
278371bcb9 is described below

commit 278371bcb96c46f6f342da5efe23f85d976ce8bc
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Thu Aug 11 09:46:43 2022 +0800

    [doc] Recover traffic configuration (#11288)
    
    some config about traffic is deleted by
    accident in #11113 this patch recover it
---
 docs/docs/en/architecture/configuration.md | 5 +++++
 docs/docs/zh/architecture/configuration.md | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/docs/docs/en/architecture/configuration.md b/docs/docs/en/architecture/configuration.md
index 2c8936a29d..aa15fb4651 100644
--- a/docs/docs/en/architecture/configuration.md
+++ b/docs/docs/en/architecture/configuration.md
@@ -243,6 +243,11 @@ Location: `api-server/conf/application.yaml`
 |security.authentication.ldap.password|password|LDAP password|
 |security.authentication.ldap.user.identity.attribute|uid|LDAP user identity attribute|
 |security.authentication.ldap.user.email.attribute|mail|LDAP user email attribute|
+|traffic.control.global.switch|false|traffic control global switch|
+|traffic.control.max-global-qps-rate|300|global max request number per second|
+|traffic.control.tenant-switch|false|traffic control tenant switch|
+|traffic.control.default-tenant-qps-rate|10|default tenant max request number per second|
+|traffic.control.customize-tenant-qps-rate||customize tenant max request number per second|
 
 ### Master Server related configuration
 Location: `master-server/conf/application.yaml`
diff --git a/docs/docs/zh/architecture/configuration.md b/docs/docs/zh/architecture/configuration.md
index e40576bb60..1097b50786 100644
--- a/docs/docs/zh/architecture/configuration.md
+++ b/docs/docs/zh/architecture/configuration.md
@@ -231,6 +231,11 @@ common.properties配置文件目前主要是配置hadoop/s3/yarn相关的配置
 |security.authentication.ldap.password|password|LDAP密码|
 |security.authentication.ldap.user.identity.attribute|uid|LDAP用户身份标识字段名|
 |security.authentication.ldap.user.email.attribute|mail|LDAP邮箱字段名|
+|traffic.control.global.switch|false|流量控制全局开关|
+|traffic.control.max-global-qps-rate|300|全局最大请求数/秒|
+|traffic.control.tenant-switch|false|流量控制租户开关|
+|traffic.control.default-tenant-qps-rate|10|默认租户最大请求数/秒限制|
+|traffic.control.customize-tenant-qps-rate||自定义租户最大请求数/秒限制|
 
 ## Master Server相关配置
 位置:`master-server/conf/application.yaml`