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 706ce5079fd branch-3.0: [performance](load) increase max_broker_concurrency to 100 #44929 (#45238) 706ce5079fd is described below commit 706ce5079fd9c5b7c53a2208aafc6655e901324a Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Dec 23 20:19:40 2024 +0800 branch-3.0: [performance](load) increase max_broker_concurrency to 100 #44929 (#45238) Cherry-picked from #44929 Co-authored-by: Kaijie Chen <c...@apache.org> --- fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java index 64b5494768b..3ad6986c417 100644 --- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java +++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java @@ -776,7 +776,7 @@ public class Config extends ConfigBase { @ConfField(mutable = true, masterOnly = true, description = { "单个 broker scanner 的最大并发数。", "Maximal concurrency of broker scanners."}) - public static int max_broker_concurrency = 10; + public static int max_broker_concurrency = 100; // TODO(cmy): Disable by default because current checksum logic has some bugs. @ConfField(mutable = true, masterOnly = true, description = { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org