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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8a0db22  Automated deployment: Sun Dec 20 07:56:41 UTC 2020 
d78a0fec128ac10bbc3c4e7ed0c8f815cdcbb8c3
8a0db22 is described below

commit 8a0db22f941cef1ab4a29e5a6be7633a46252876
Author: gosonzhang <[email protected]>
AuthorDate: Sun Dec 20 07:56:41 2020 +0000

    Automated deployment: Sun Dec 20 07:56:41 UTC 2020 
d78a0fec128ac10bbc3c4e7ed0c8f815cdcbb8c3
---
 docs/en-us/configure_introduction.md   | 1 +
 docs/zh-cn/configure_introduction.md   | 1 +
 en-us/docs/configure_introduction.html | 6 ++++++
 en-us/docs/configure_introduction.json | 2 +-
 en-us/docs/configure_introduction.md   | 1 +
 zh-cn/docs/configure_introduction.html | 7 +++++++
 zh-cn/docs/configure_introduction.json | 2 +-
 zh-cn/docs/configure_introduction.md   | 1 +
 8 files changed, 19 insertions(+), 2 deletions(-)

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% |
diff --git a/en-us/docs/configure_introduction.html 
b/en-us/docs/configure_introduction.html
index 4d981d0..4548300 100644
--- a/en-us/docs/configure_introduction.html
+++ b/en-us/docs/configure_introduction.html
@@ -94,6 +94,12 @@
 <td>Broker heartbeat timeout period, optional, default 30000 milliseconds, 
when the cluster size is large, please increase the value</td>
 </tr>
 <tr>
+<td>rebalanceParallel</td>
+<td>no</td>
+<td>int</td>
+<td>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</td>
+</tr>
+<tr>
 <td>socketRecvBuffer</td>
 <td>no</td>
 <td>long</td>
diff --git a/en-us/docs/configure_introduction.json 
b/en-us/docs/configure_introduction.json
index 7ecbf49..b150d2c 100644
--- a/en-us/docs/configure_introduction.json
+++ b/en-us/docs/configure_introduction.json
@@ -1,6 +1,6 @@
 {
   "filename": "configure_introduction.md",
-  "__html": "<h1>TubeMQ configuration item description</h1>\n<p>The TubeMQ 
server includes two modules for the Master and the Broker. The Master also 
includes a Web front-end module for external page access (this part is stored 
in the resources). Considering the actual deployment, two modules are often 
deployed in the same machine, TubeMQ. The contents of the three parts of the 
two modules are packaged and delivered to the operation and maintenance; the 
client does not include the lib pa [...]
+  "__html": "<h1>TubeMQ configuration item description</h1>\n<p>The TubeMQ 
server includes two modules for the Master and the Broker. The Master also 
includes a Web front-end module for external page access (this part is stored 
in the resources). Considering the actual deployment, two modules are often 
deployed in the same machine, TubeMQ. The contents of the three parts of the 
two modules are packaged and delivered to the operation and maintenance; the 
client does not include the lib pa [...]
   "link": "/en-us/docs/configure_introduction.html",
   "meta": {
     "title": "Configure Introduction - Apache TubeMQ"
diff --git a/en-us/docs/configure_introduction.md 
b/en-us/docs/configure_introduction.md
index 3b2de33..3ae8962 100644
--- a/en-us/docs/configure_introduction.md
+++ b/en-us/docs/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/zh-cn/docs/configure_introduction.html 
b/zh-cn/docs/configure_introduction.html
index 51fb8fb..94243d9 100644
--- a/zh-cn/docs/configure_introduction.html
+++ b/zh-cn/docs/configure_introduction.html
@@ -110,6 +110,13 @@
 <td></td>
 </tr>
 <tr>
+<td>rebalanceParallel</td>
+<td>否</td>
+<td>int</td>
+<td>Master Rebalance处理并行度,可选项,缺省4,取值范围[1, 20], 当集群规模较大时,请调大该值</td>
+<td></td>
+</tr>
+<tr>
 <td>socketRecvBuffer</td>
 <td>否</td>
 <td>long</td>
diff --git a/zh-cn/docs/configure_introduction.json 
b/zh-cn/docs/configure_introduction.json
index c102e76..bb1c624 100644
--- a/zh-cn/docs/configure_introduction.json
+++ b/zh-cn/docs/configure_introduction.json
@@ -1,6 +1,6 @@
 {
   "filename": "configure_introduction.md",
-  "__html": 
"<h1>TubeMQ服务端配置文件说明:</h1>\n<p>TubeMQ服务端包括Master和Broker共2个模块,Master又包含供外部页面访问的Web前端模块(该部分存放在resources中),考虑到实际部署时2个模块常常部署在同1台机器中,TubeMQ将2个模块3个部分的内容打包在一起交付给运维使用;客户端则不包含服务端部分的lib包单独交付给业务使用。</p>\n<p>Master与Broker采用ini配置文件格式,相关配置文件分别放置在tubemq-server-3.8.0/conf/目录的master.ini和broker.ini文件中:</p>\n<p><img
 src=\"img/configure/conf_ini_pos.png\" 
alt=\"\"></p>\n<p>他们的配置是按照配置单元集合来定义的,Master配置由必选的[master]、[zookeeper]、[bdbStore]和可选的[tlsSetting]一共4个配置单元组成,Broker配置由必选的[broker]、[zookeeper]和可选的
 [...]
+  "__html": 
"<h1>TubeMQ服务端配置文件说明:</h1>\n<p>TubeMQ服务端包括Master和Broker共2个模块,Master又包含供外部页面访问的Web前端模块(该部分存放在resources中),考虑到实际部署时2个模块常常部署在同1台机器中,TubeMQ将2个模块3个部分的内容打包在一起交付给运维使用;客户端则不包含服务端部分的lib包单独交付给业务使用。</p>\n<p>Master与Broker采用ini配置文件格式,相关配置文件分别放置在tubemq-server-3.8.0/conf/目录的master.ini和broker.ini文件中:</p>\n<p><img
 src=\"img/configure/conf_ini_pos.png\" 
alt=\"\"></p>\n<p>他们的配置是按照配置单元集合来定义的,Master配置由必选的[master]、[zookeeper]、[bdbStore]和可选的[tlsSetting]一共4个配置单元组成,Broker配置由必选的[broker]、[zookeeper]和可选的
 [...]
   "link": "/zh-cn/docs/configure_introduction.html",
   "meta": {
     "title": "配置参数介绍 - Apache TubeMQ"
diff --git a/zh-cn/docs/configure_introduction.md 
b/zh-cn/docs/configure_introduction.md
index f89039a..42f0472 100644
--- a/zh-cn/docs/configure_introduction.md
+++ b/zh-cn/docs/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% |

Reply via email to