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

lihaopeng 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 8d2a6646d96 [Refactor](exec) remove the useless 
config:doris_scanner_queue_size (#990)
8d2a6646d96 is described below

commit 8d2a6646d966139bce2d9fb1906f78d8cb3a266f
Author: HappenLee <happen...@hotmail.com>
AuthorDate: Mon Aug 12 22:24:03 2024 +0800

    [Refactor](exec) remove the useless config:doris_scanner_queue_size (#990)
    
    remove the useless config:doris_scanner_queue_size
---
 docs/admin-manual/config/be-config.md                               | 6 ------
 .../current/admin-manual/config/be-config.md                        | 6 ------
 .../version-2.0/admin-manual/config/be-config.md                    | 6 ------
 .../version-2.1/admin-manual/config/be-config.md                    | 6 ------
 .../version-3.0/admin-manual/config/be-config.md                    | 6 ------
 versioned_docs/version-2.0/admin-manual/config/be-config.md         | 6 ------
 versioned_docs/version-2.1/admin-manual/config/be-config.md         | 6 ------
 versioned_docs/version-3.0/admin-manual/config/be-config.md         | 6 ------
 8 files changed, 48 deletions(-)

diff --git a/docs/admin-manual/config/be-config.md 
b/docs/admin-manual/config/be-config.md
index 3c0002dac35..4a08abb4640 100644
--- a/docs/admin-manual/config/be-config.md
+++ b/docs/admin-manual/config/be-config.md
@@ -362,12 +362,6 @@ The maximum size of a (received) message of the thrift 
server, in bytes. If the
 * Description: When BE performs data scanning, it will split the same scanning 
range into multiple ScanRanges. This parameter represents the scan data range 
of each ScanRange. This parameter can limit the time that a single OlapScanner 
occupies the io thread.
 * Default value: 524288
 
-#### `doris_scanner_queue_size`
-
-* Type: int32
-* Description: The length of the RowBatch buffer queue between TransferThread 
and OlapScanner. When Doris performs data scanning, it is performed 
asynchronously. The Rowbatch scanned by OlapScanner will be placed in the 
scanner buffer queue, waiting for the upper TransferThread to take it away.
-* Default value: 1024
-
 #### `doris_scanner_row_num`
 
 * Description: The maximum number of data rows returned by each scanning 
thread in a single execution
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 c3be1fb8a7b..7a01d7a5ffb 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
@@ -373,12 +373,6 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
 * 描述:BE 在进行数据扫描时,会将同一个扫描范围拆分为多个 ScanRange。该参数代表了每个 ScanRange 
代表扫描数据范围。通过该参数可以限制单个 OlapScanner 占用 io 线程的时间。
 * 默认值:524288
 
-#### `doris_scanner_queue_size`
-
-* 类型:int32
-* 描述:TransferThread 与 OlapScanner 之间 RowBatch 
的缓存队列的长度。Doris、进行数据扫描时是异步进行的,OlapScanner 扫描上来的 Rowbatch 会放入缓存队列之中,等待上层 
TransferThread 取走。
-* 默认值:1024
-
 #### `doris_scanner_row_num`
 
 * 描述:每个扫描线程单次执行最多返回的数据行数
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 ea420f07841..f07712bb0ae 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
@@ -383,12 +383,6 @@ thrift 服务器接收请求消息的大小(字节数)上限。如果客户
 * 描述:BE 在进行数据扫描时,会将同一个扫描范围拆分为多个 ScanRange。该参数代表了每个 ScanRange 
代表扫描数据范围。通过该参数可以限制单个 OlapScanner 占用 io 线程的时间。
 * 默认值:524288
 
-#### `doris_scanner_queue_size`
-
-* 类型:int32
-* 描述:TransferThread 与 OlapScanner 之间 RowBatch 的缓存队列的长度。Doris 
进行数据扫描时是异步进行的,OlapScanner 扫描上来的 Rowbatch 会放入缓存队列之中,等待上层 TransferThread 取走。
-* 默认值:1024
-
 #### `doris_scanner_row_num`
 
 * 描述:每个扫描线程单次执行最多返回的数据行数
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 e5405bba80a..bc3ed9620ef 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
@@ -375,12 +375,6 @@ thrift 服务器接收请求消息的大小(字节数)上限。如果客户
 * 描述:BE 在进行数据扫描时,会将同一个扫描范围拆分为多个 ScanRange。该参数代表了每个 ScanRange 
代表扫描数据范围。通过该参数可以限制单个 OlapScanner 占用 io 线程的时间。
 * 默认值:524288
 
-#### `doris_scanner_queue_size`
-
-* 类型:int32
-* 描述:TransferThread 与 OlapScanner 之间 RowBatch 的缓存队列的长度。Doris 
进行数据扫描时是异步进行的,OlapScanner 扫描上来的 Rowbatch 会放入缓存队列之中,等待上层 TransferThread 取走。
-* 默认值:1024
-
 #### `doris_scanner_row_num`
 
 * 描述:每个扫描线程单次执行最多返回的数据行数
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/be-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/be-config.md
index c3be1fb8a7b..7a01d7a5ffb 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/be-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/be-config.md
@@ -373,12 +373,6 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
 * 描述:BE 在进行数据扫描时,会将同一个扫描范围拆分为多个 ScanRange。该参数代表了每个 ScanRange 
代表扫描数据范围。通过该参数可以限制单个 OlapScanner 占用 io 线程的时间。
 * 默认值:524288
 
-#### `doris_scanner_queue_size`
-
-* 类型:int32
-* 描述:TransferThread 与 OlapScanner 之间 RowBatch 
的缓存队列的长度。Doris、进行数据扫描时是异步进行的,OlapScanner 扫描上来的 Rowbatch 会放入缓存队列之中,等待上层 
TransferThread 取走。
-* 默认值:1024
-
 #### `doris_scanner_row_num`
 
 * 描述:每个扫描线程单次执行最多返回的数据行数
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 6be2f1ee82d..b7a50051458 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
@@ -374,12 +374,6 @@ The maximum size of a (received) message of the thrift 
server, in bytes. If the
 * Description: When BE performs data scanning, it will split the same scanning 
range into multiple ScanRanges. This parameter represents the scan data range 
of each ScanRange. This parameter can limit the time that a single OlapScanner 
occupies the io thread.
 * Default value: 524288
 
-#### `doris_scanner_queue_size`
-
-* Type: int32
-* Description: The length of the RowBatch buffer queue between TransferThread 
and OlapScanner. When Doris performs data scanning, it is performed 
asynchronously. The Rowbatch scanned by OlapScanner will be placed in the 
scanner buffer queue, waiting for the upper TransferThread to take it away.
-* Default value: 1024
-
 #### `doris_scanner_row_num`
 
 * Description: The maximum number of data rows returned by each scanning 
thread in a single execution
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 8d9e91093f0..037ea1eb43d 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
@@ -364,12 +364,6 @@ The maximum size of a (received) message of the thrift 
server, in bytes. If the
 * Description: When BE performs data scanning, it will split the same scanning 
range into multiple ScanRanges. This parameter represents the scan data range 
of each ScanRange. This parameter can limit the time that a single OlapScanner 
occupies the io thread.
 * Default value: 524288
 
-#### `doris_scanner_queue_size`
-
-* Type: int32
-* Description: The length of the RowBatch buffer queue between TransferThread 
and OlapScanner. When Doris performs data scanning, it is performed 
asynchronously. The Rowbatch scanned by OlapScanner will be placed in the 
scanner buffer queue, waiting for the upper TransferThread to take it away.
-* Default value: 1024
-
 #### `doris_scanner_row_num`
 
 * Description: The maximum number of data rows returned by each scanning 
thread in a single execution
diff --git a/versioned_docs/version-3.0/admin-manual/config/be-config.md 
b/versioned_docs/version-3.0/admin-manual/config/be-config.md
index 3c0002dac35..4a08abb4640 100644
--- a/versioned_docs/version-3.0/admin-manual/config/be-config.md
+++ b/versioned_docs/version-3.0/admin-manual/config/be-config.md
@@ -362,12 +362,6 @@ The maximum size of a (received) message of the thrift 
server, in bytes. If the
 * Description: When BE performs data scanning, it will split the same scanning 
range into multiple ScanRanges. This parameter represents the scan data range 
of each ScanRange. This parameter can limit the time that a single OlapScanner 
occupies the io thread.
 * Default value: 524288
 
-#### `doris_scanner_queue_size`
-
-* Type: int32
-* Description: The length of the RowBatch buffer queue between TransferThread 
and OlapScanner. When Doris performs data scanning, it is performed 
asynchronously. The Rowbatch scanned by OlapScanner will be placed in the 
scanner buffer queue, waiting for the upper TransferThread to take it away.
-* Default value: 1024
-
 #### `doris_scanner_row_num`
 
 * Description: The maximum number of data rows returned by each scanning 
thread in a single execution


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to