This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new a14458c90e2 branch-3.0: [chore](load) adjust load_task_high_priority_threshold_second default value #50478 (#50522) a14458c90e2 is described below commit a14458c90e27cc59eda7751a2d11bf7e378ada9d Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Apr 29 14:14:31 2025 +0800 branch-3.0: [chore](load) adjust load_task_high_priority_threshold_second default value #50478 (#50522) Cherry-picked from #50478 Co-authored-by: hui lai <lai...@selectdb.com> --- 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 3063e782dba..c8dcf517139 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -930,7 +930,7 @@ DEFINE_Int32(multi_table_max_wait_tables, "5"); // Doris treats it as a high priority task. // high priority tasks use a separate thread pool for flush and do not block rpc by memory cleanup logic. // this threshold is mainly used to identify routine load tasks and should not be modified if not necessary. -DEFINE_mInt32(load_task_high_priority_threshold_second, "120"); +DEFINE_mInt32(load_task_high_priority_threshold_second, "600"); // The min timeout of load rpc (add batch, close, etc.) // Because a load rpc may be blocked for a while. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org