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 2022/10/19 07:15:39 UTC

[GitHub] [doris] yangzhg commented on a diff in pull request #13147: [Enhancement][MultiTableMaterializedView] The schedule framework for the MTMV

yangzhg commented on code in PR #13147:
URL: https://github.com/apache/doris/pull/13147#discussion_r999028922


##########
fe/fe-core/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1792,4 +1792,19 @@ public class Config extends ConfigBase {
 
     @ConfField(mutable = false)
     public static int statistic_task_scheduler_execution_interval_ms = 60 * 1000;
+
+    /*
+     * mtmv scheduler framework is still under dev, remote this config when it is graduate.
+     */
+    @ConfField(mutable = true)
+    public static boolean enable_mtmv_scheduler_framework = false;
+
+    @ConfField(mutable = true, masterOnly = true)
+    public static int running_mtmv_scheduler_task_size = 1000;

Review Comment:
   ```suggestion
       public static int max_running_mtmv_scheduler_task_num = 1000;
   ```



-- 
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