You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/07/30 02:24:40 UTC

[GitHub] [incubator-doris] huangmengbin commented on a change in pull request #6290: [Config] Add default configuration of load_parallelism

huangmengbin commented on a change in pull request #6290:
URL: https://github.com/apache/incubator-doris/pull/6290#discussion_r679603497



##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -128,6 +128,13 @@
     @ConfField(mutable = true, masterOnly = true)
     public static int label_keep_max_second = 3 * 24 * 3600; // 3 days
 
+    /**
+     * The default parallelism of the load execution plan
+     * on a single node when the broker load is submitted
+     */
+    @ConfField(mutable = true, masterOnly = true)
+    public static int load_parallelism = 1;

Review comment:
       done.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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