You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/12/07 11:06:25 UTC

[doris] branch branch-1.1-lts updated: [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775) (#14889)

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

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


The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
     new d23b5b675a [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775) (#14889)
d23b5b675a is described below

commit d23b5b675a24f776b2c7086a9b2ac9c35181cd2b
Author: yiguolei <67...@qq.com>
AuthorDate: Wed Dec 7 19:06:19 2022 +0800

    [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775) (#14889)
    
    Co-authored-by: zhannngchen <48...@users.noreply.github.com>
---
 be/src/common/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.h b/be/src/common/config.h
index 99092c0ff8..190f553d1b 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -527,7 +527,7 @@ CONF_mInt64(storage_flood_stage_left_capacity_bytes, "1073741824"); // 1GB
 // number of thread for flushing memtable per store
 CONF_Int32(flush_thread_num_per_store, "6");
 // number of thread for flushing memtable per store, for high priority load task
-CONF_Int32(high_priority_flush_thread_num_per_store, "1");
+CONF_Int32(high_priority_flush_thread_num_per_store, "6");
 
 // config for tablet meta checkpoint
 CONF_mInt32(tablet_meta_checkpoint_min_new_rowsets_num, "10");


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