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

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


The following commit(s) were added to refs/heads/master by this push:
     new d807e981e99 [doc]fix error brpc_num_threads default value (#3115)
d807e981e99 is described below

commit d807e981e99274f456ddb56aa2fa76f7fb09512a
Author: ZhenchaoXu <[email protected]>
AuthorDate: Wed Feb 11 02:48:54 2026 +0800

    [doc]fix error brpc_num_threads default value (#3115)
    
    ## Versions
    
    - [x] dev
    - [x] 4.x
    - [x] 3.x
    - [x] 2.1
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/admin-manual/config/be-config.md                                 | 4 ++--
 .../current/admin-manual/config/be-config.md                          | 4 ++--
 .../version-1.2/admin-manual/config/be-config.md                      | 4 ++--
 .../version-2.0/admin-manual/config/be-config.md                      | 4 ++--
 .../version-2.1/admin-manual/config/be-config.md                      | 4 ++--
 .../version-3.x/admin-manual/config/be-config.md                      | 4 ++--
 .../version-4.x/admin-manual/config/be-config.md                      | 4 ++--
 versioned_docs/version-1.2/admin-manual/config/be-config.md           | 4 ++--
 versioned_docs/version-2.0/admin-manual/config/be-config.md           | 4 ++--
 versioned_docs/version-2.1/admin-manual/config/be-config.md           | 4 ++--
 versioned_docs/version-3.x/admin-manual/config/be-config.md           | 4 ++--
 versioned_docs/version-4.x/admin-manual/config/be-config.md           | 4 ++--
 12 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/docs/admin-manual/config/be-config.md 
b/docs/admin-manual/config/be-config.md
index 905155fd12a..d229eccf7d9 100644
--- a/docs/admin-manual/config/be-config.md
+++ b/docs/admin-manual/config/be-config.md
@@ -253,9 +253,9 @@ There are two ways to configure BE configuration items:
 
 #### `brpc_num_threads`
 
-* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to -1, which means the number of 
bthreads is #cpu-cores.
+* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to 256.
   - User can set this configuration to a larger value to get better QPS 
performance. For more information, please refer to 
`https://github.com/apache/incubator-brpc/blob/master/docs/cn/benchmark.md`
-* Default value: -1
+* Default value: 256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
index 72dd09adeee..856607b7bb9 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
@@ -257,10 +257,10 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
 
 #### `brpc_num_threads`
 
-* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 -1, 这意味着 bthreads 的数量将被设置为机器的 
cpu 核数。
+* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 256。
 
   - 用户可以将该配置的值调大来获取更好的 QPS 性能。更多的信息可以参考 
`https://github.com/apache/doris/blob/master/extension/DataX/doriswriter/doc/doriswriter.md`。
-* 默认值:-1
+* 默认值:256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/admin-manual/config/be-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/admin-manual/config/be-config.md
index d8ace6fc451..63f1972c206 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/admin-manual/config/be-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/admin-manual/config/be-config.md
@@ -246,10 +246,10 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
 
 #### `brpc_num_threads`
 
-* 描述:该配置主要用来修改brpc中bthreads的数量. 该配置的默认值被设置为-1, 这意味着bthreads的数量将被设置为机器的cpu核数。
+* 描述:该配置主要用来修改brpc中bthreads的数量. 该配置的默认值被设置为 256。
 
   - 用户可以将该配置的值调大来获取更好的QPS性能。更多的信息可以参考 
`https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`。
-* 默认值:-1
+* 默认值:256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/config/be-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/config/be-config.md
index 2ec74d25941..b33749246b0 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/config/be-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/config/be-config.md
@@ -239,10 +239,10 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
 
 #### `brpc_num_threads`
 
-* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 -1, 这意味着 bthreads 的数量将被设置为机器的 
cpu 核数。
+* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 256
 
   - 用户可以将该配置的值调大来获取更好的 QPS 性能。更多的信息可以参考 
`https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`。
-* 默认值:-1
+* 默认值:256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/be-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/be-config.md
index 2a854473765..13719d4ec33 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/be-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/be-config.md
@@ -240,10 +240,10 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
 
 #### `brpc_num_threads`
 
-* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 -1, 这意味着 bthreads 的数量将被设置为机器的 
cpu 核数。
+* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 256。
 
   - 用户可以将该配置的值调大来获取更好的 QPS 性能。更多的信息可以参考 
`https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`。
-* 默认值:-1
+* 默认值:256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md
index 8f1464b08a9..4f537c7598a 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md
@@ -257,10 +257,10 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
 
 #### `brpc_num_threads`
 
-* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 -1, 这意味着 bthreads 的数量将被设置为机器的 
cpu 核数。
+* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 256。
 
   - 用户可以将该配置的值调大来获取更好的 QPS 性能。更多的信息可以参考 
`https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`。
-* 默认值:-1
+* 默认值:256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md
index bc506bf7f7e..1b1792b216e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md
@@ -257,10 +257,10 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
 
 #### `brpc_num_threads`
 
-* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 -1, 这意味着 bthreads 的数量将被设置为机器的 
cpu 核数。
+* 描述:该配置主要用来修改 brpc 中 bthreads 的数量。该配置的默认值被设置为 256。
 
   - 用户可以将该配置的值调大来获取更好的 QPS 性能。更多的信息可以参考 
`https://github.com/apache/doris/blob/master/extension/DataX/doriswriter/doc/doriswriter.md`。
-* 默认值:-1
+* 默认值:256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git a/versioned_docs/version-1.2/admin-manual/config/be-config.md 
b/versioned_docs/version-1.2/admin-manual/config/be-config.md
index ebd60c2c5c6..e8832054d8a 100644
--- a/versioned_docs/version-1.2/admin-manual/config/be-config.md
+++ b/versioned_docs/version-1.2/admin-manual/config/be-config.md
@@ -238,9 +238,9 @@ There are two ways to configure BE configuration items:
 
 #### `brpc_num_threads`
 
-* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to -1, which means the number of 
bthreads is #cpu-cores.
+* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to 256.
   - User can set this configuration to a larger value to get better QPS 
performance. For more information, please refer to 
`https://github.com/apache/incubator-brpc/blob/master/docs/cn/benchmark.md`
-* Default value: -1
+* Default value: 256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git a/versioned_docs/version-2.0/admin-manual/config/be-config.md 
b/versioned_docs/version-2.0/admin-manual/config/be-config.md
index 49fa2012ef7..0f85b6f530b 100644
--- a/versioned_docs/version-2.0/admin-manual/config/be-config.md
+++ b/versioned_docs/version-2.0/admin-manual/config/be-config.md
@@ -229,9 +229,9 @@ There are two ways to configure BE configuration items:
 
 #### `brpc_num_threads`
 
-* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to -1, which means the number of 
bthreads is #cpu-cores.
+* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to 256.
   - User can set this configuration to a larger value to get better QPS 
performance. For more information, please refer to 
`https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`
-* Default value: -1
+* Default value: 256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git a/versioned_docs/version-2.1/admin-manual/config/be-config.md 
b/versioned_docs/version-2.1/admin-manual/config/be-config.md
index 37692e56729..955e942e19b 100644
--- a/versioned_docs/version-2.1/admin-manual/config/be-config.md
+++ b/versioned_docs/version-2.1/admin-manual/config/be-config.md
@@ -230,9 +230,9 @@ There are two ways to configure BE configuration items:
 
 #### `brpc_num_threads`
 
-* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to -1, which means the number of 
bthreads is #cpu-cores.
+* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to 256.
   - User can set this configuration to a larger value to get better QPS 
performance. For more information, please refer to 
`https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`
-* Default value: -1
+* Default value: 256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git a/versioned_docs/version-3.x/admin-manual/config/be-config.md 
b/versioned_docs/version-3.x/admin-manual/config/be-config.md
index 5bb4a0b4179..8763b09fbec 100644
--- a/versioned_docs/version-3.x/admin-manual/config/be-config.md
+++ b/versioned_docs/version-3.x/admin-manual/config/be-config.md
@@ -255,9 +255,9 @@ There are two ways to configure BE configuration items:
 
 #### `brpc_num_threads`
 
-* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to -1, which means the number of 
bthreads is #cpu-cores.
+* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to 256.
   - User can set this configuration to a larger value to get better QPS 
performance. For more information, please refer to 
`https://github.com/apache/brpc/blob/master/docs/cn/benchmark.md`
-* Default value: -1
+* Default value: 256
 
 #### `thrift_rpc_timeout_ms`
 
diff --git a/versioned_docs/version-4.x/admin-manual/config/be-config.md 
b/versioned_docs/version-4.x/admin-manual/config/be-config.md
index 3eaca24c713..2b7d66c28f3 100644
--- a/versioned_docs/version-4.x/admin-manual/config/be-config.md
+++ b/versioned_docs/version-4.x/admin-manual/config/be-config.md
@@ -253,9 +253,9 @@ There are two ways to configure BE configuration items:
 
 #### `brpc_num_threads`
 
-* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to -1, which means the number of 
bthreads is #cpu-cores.
+* Description: This configuration is mainly used to modify the number of 
bthreads for brpc. The default value is set to 256.
   - User can set this configuration to a larger value to get better QPS 
performance. For more information, please refer to 
`https://github.com/apache/incubator-brpc/blob/master/docs/cn/benchmark.md`
-* Default value: -1
+* Default value: 256
 
 #### `thrift_rpc_timeout_ms`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to