You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by go...@apache.org on 2020/12/20 07:54:01 UTC

[incubator-tubemq-website] branch master updated: [TUBEMQ-464]Add parameter rebalanceParallel in master.ini (#60)

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

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d78a0fe  [TUBEMQ-464]Add parameter rebalanceParallel in master.ini (#60)
d78a0fe is described below

commit d78a0fec128ac10bbc3c4e7ed0c8f815cdcbb8c3
Author: gosonzhang <46...@qq.com>
AuthorDate: Sun Dec 20 15:53:52 2020 +0800

    [TUBEMQ-464]Add parameter rebalanceParallel in master.ini (#60)
    
    Co-authored-by: gosonzhang <go...@tencent.com>
---
 docs/en-us/configure_introduction.md | 1 +
 docs/zh-cn/configure_introduction.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/en-us/configure_introduction.md b/docs/en-us/configure_introduction.md
index 3b2de33..3ae8962 100644
--- a/docs/en-us/configure_introduction.md
+++ b/docs/en-us/configure_introduction.md
@@ -32,6 +32,7 @@ In addition to the back-end system configuration file, the Master also stores th
 | consumerHeartbeatTimeoutMs    | no       | long    | Consumer heartbeat timeout period, optional, default 30000 milliseconds, when the cluster size is large, please increase the value |
 | producerHeartbeatTimeoutMs    | no       | long    | Producer heartbeat timeout period, optional, default 30000 milliseconds, when the cluster size is large, please increase the value |
 | brokerHeartbeatTimeoutMs      | no       | long    | Broker heartbeat timeout period, optional, default 30000 milliseconds, when the cluster size is large, please increase the value |
+| rebalanceParallel      | no       | int    | Master rebalance parallelism, optional, default 4, the value range of this field is [1, 20], when the cluster size is large, please increase the value |
 | socketRecvBuffer              | no       | long    | Socket receives the size of the Buffer buffer SO_RCVBUF, the unit byte, the negative number is set as the default value |
 | socketSendBuffer              | no       | long    | Socket sends Buffer buffer SO_SNDBUF size, unit byte, negative number is  set as the default value |
 | maxAutoForbiddenCnt           | no       | int     | When the broker has an IO failure, the maximum number of masters allowed to automatically go offline is the number of options. The default value is 5. It is recommended that the value does not exceed 10% of the total number of brokers in the cluster. |
diff --git a/docs/zh-cn/configure_introduction.md b/docs/zh-cn/configure_introduction.md
index f89039a..42f0472 100644
--- a/docs/zh-cn/configure_introduction.md
+++ b/docs/zh-cn/configure_introduction.md
@@ -34,6 +34,7 @@ Master除了后端系统配置文件外,还在resources里存放了Web前端
 | consumerHeartbeatTimeoutMs | 否 | long | 消费者心跳超时周期,可选项,缺省30000毫秒,当集群规模较大时,请调大该值 |
 | producerHeartbeatTimeoutMs | 否 | long | 生产者心跳超时周期,可选项,缺省30000毫秒,当集群规模较大时,请调大该值 |
 | brokerHeartbeatTimeoutMs | 否 | long | Broker心跳超时周期,可选项,缺省30000毫秒,当集群规模较大时,请调大该值 |
+| rebalanceParallel | 否 | int | Master Rebalance处理并行度,可选项,缺省4,取值范围[1, 20], 当集群规模较大时,请调大该值 |
 | socketRecvBuffer | 否 | long | Socket接收Buffer缓冲区SO\_RCVBUF大小,单位字节, 负数为不做设置以缺省值为准 |
 | socketSendBuffer | 否 | long | Socket发送Buffer缓冲区SO\_SNDBUF大小,单位字节, 负数为不做设置以缺省值为准 |
 | maxAutoForbiddenCnt | 否 | int | Broker出现IO故障时最大允许Master自动下线Broker个数,可选项,缺省为5,建议该值不超过集群内Broker总数的10% |