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.git


The following commit(s) were added to refs/heads/master by this push:
     new 3040b1aca96 [Refactor](config) remove unless config in doris (#39218)
3040b1aca96 is described below

commit 3040b1aca9621ddf4b860e0fca13dd1f9883e1b0
Author: HappenLee <[email protected]>
AuthorDate: Mon Aug 12 21:30:05 2024 +0800

    [Refactor](config) remove unless config in doris (#39218)
    
    remove unless config in doris
    `doris_scanner_queue_size`
---
 be/src/common/config.cpp | 2 --
 be/src/common/config.h   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index bc2f6d3e025..6d23ce0eed6 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -268,8 +268,6 @@ DEFINE_mInt32(doris_scan_range_row_count, "524288");
 DEFINE_mInt32(doris_scan_range_max_mb, "1024");
 // max bytes number for single scan block, used in segmentv2
 DEFINE_mInt32(doris_scan_block_max_mb, "67108864");
-// size of scanner queue between scanner thread and compute thread
-DEFINE_mInt32(doris_scanner_queue_size, "1024");
 // single read execute fragment row number
 DEFINE_mInt32(doris_scanner_row_num, "16384");
 // single read execute fragment row bytes
diff --git a/be/src/common/config.h b/be/src/common/config.h
index 3c43ed66593..3dc9b2deed7 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -319,8 +319,6 @@ DECLARE_mInt32(doris_scan_range_row_count);
 DECLARE_mInt32(doris_scan_range_max_mb);
 // max bytes number for single scan block, used in segmentv2
 DECLARE_mInt32(doris_scan_block_max_mb);
-// size of scanner queue between scanner thread and compute thread
-DECLARE_mInt32(doris_scanner_queue_size);
 // single read execute fragment row number
 DECLARE_mInt32(doris_scanner_row_num);
 // single read execute fragment row bytes


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

Reply via email to