This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 1a2620b724 [fix][doc]fix max_send_batch_parallelism_per_job default
value (#9038)
1a2620b724 is described below
commit 1a2620b72429dbdf3e2a535457b14ae4d7e91e8e
Author: ruyliu <[email protected]>
AuthorDate: Sun Apr 17 15:22:07 2022 +0800
[fix][doc]fix max_send_batch_parallelism_per_job default value (#9038)
* fix max_send_batch_parallelism_per_job default value
---
docs/en/administrator-guide/config/be_config.md | 2 +-
docs/zh-CN/administrator-guide/config/be_config.md | 2 +-
new-docs/en/admin-manual/config/be-config.md | 2 +-
new-docs/zh-CN/admin-manual/config/be-config.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/en/administrator-guide/config/be_config.md
b/docs/en/administrator-guide/config/be_config.md
index d600a86713..56d5e58f45 100644
--- a/docs/en/administrator-guide/config/be_config.md
+++ b/docs/en/administrator-guide/config/be_config.md
@@ -808,7 +808,7 @@ Max number of txns for every txn_partition_map in txn
manager, this is a self pr
* Type: int
* Description: Max send batch parallelism for OlapTableSink. The value set by
the user for `send_batch_parallelism` is not allowed to exceed
`max_send_batch_parallelism_per_job`, if exceed, the value of
`send_batch_parallelism` would be `max_send_batch_parallelism_per_job`.
-* Default value: 1
+* Default value: 5
### `max_tablet_num_per_shard`
diff --git a/docs/zh-CN/administrator-guide/config/be_config.md
b/docs/zh-CN/administrator-guide/config/be_config.md
index e15d864c1b..5820889df7 100644
--- a/docs/zh-CN/administrator-guide/config/be_config.md
+++ b/docs/zh-CN/administrator-guide/config/be_config.md
@@ -809,7 +809,7 @@ txn 管理器中每个 txn_partition_map 的最大 txns 数,这是一种自我
* 类型:int
* 描述:OlapTableSink 发送批处理数据的最大并行度,用户为 `send_batch_parallelism` 设置的值不允许超过
`max_send_batch_parallelism_per_job` ,如果超过, `send_batch_parallelism` 将被设置为
`max_send_batch_parallelism_per_job` 的值。
-* 默认值:1
+* 默认值:5
### `max_tablet_num_per_shard`
diff --git a/new-docs/en/admin-manual/config/be-config.md
b/new-docs/en/admin-manual/config/be-config.md
index f0f830cfe2..d17d4d2aed 100644
--- a/new-docs/en/admin-manual/config/be-config.md
+++ b/new-docs/en/admin-manual/config/be-config.md
@@ -808,7 +808,7 @@ Max number of txns for every txn_partition_map in txn
manager, this is a self pr
* Type: int
* Description: Max send batch parallelism for OlapTableSink. The value set by
the user for `send_batch_parallelism` is not allowed to exceed
`max_send_batch_parallelism_per_job`, if exceed, the value of
`send_batch_parallelism` would be `max_send_batch_parallelism_per_job`.
-* Default value: 1
+* Default value: 5
### `max_tablet_num_per_shard`
diff --git a/new-docs/zh-CN/admin-manual/config/be-config.md
b/new-docs/zh-CN/admin-manual/config/be-config.md
index ba1bc5fc19..9ac9103b30 100644
--- a/new-docs/zh-CN/admin-manual/config/be-config.md
+++ b/new-docs/zh-CN/admin-manual/config/be-config.md
@@ -809,7 +809,7 @@ txn 管理器中每个 txn_partition_map 的最大 txns 数,这是一种自我
* 类型:int
* 描述:OlapTableSink 发送批处理数据的最大并行度,用户为 `send_batch_parallelism` 设置的值不允许超过
`max_send_batch_parallelism_per_job` ,如果超过, `send_batch_parallelism` 将被设置为
`max_send_batch_parallelism_per_job` 的值。
-* 默认值:1
+* 默认值:5
### `max_tablet_num_per_shard`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]