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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 080bc8cbbe8 branch-2.1: [enhancement](compaction) generate multiple 
compaction tasks each round #49547 (#50991)
080bc8cbbe8 is described below

commit 080bc8cbbe82aae7f0c4c6d1298f273932bfb331
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat May 17 17:18:51 2025 +0800

    branch-2.1: [enhancement](compaction) generate multiple compaction tasks 
each round #49547 (#50991)
    
    Cherry-picked from #49547
    
    Co-authored-by: Luwei <[email protected]>
---
 be/src/common/config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 8761047e533..41fea7aa651 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1362,7 +1362,7 @@ DEFINE_mBool(enable_pipeline_task_leakage_detect, 
"false");
 DEFINE_Bool(force_regenerate_rowsetid_on_start_error, "false");
 DEFINE_mBool(enable_sleep_between_delete_cumu_compaction, "false");
 
-DEFINE_mInt32(compaction_num_per_round, "1");
+DEFINE_mInt32(compaction_num_per_round, "4");
 
 // whether to prune rows with delete sign = 1 in base compaction
 // ATTN: this config is only for test


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

Reply via email to