[BugFix](MTMV)Set enable_mtmv_scheduler_framework master only to avoid regression fail (#18473)

Set enable_mtmv_scheduler_framework master only to avoid regression fail
This commit is contained in:
huangzhaowei
2023-04-09 08:47:18 +08:00
committed by GitHub
parent 60c0bbe272
commit 09d98c1663
11 changed files with 10 additions and 19 deletions

View File

@ -1827,7 +1827,7 @@ public class Config extends ConfigBase {
/*
* mtmv scheduler framework is still under dev, remove this config when it is graduate.
*/
@ConfField(mutable = true)
@ConfField(mutable = true, masterOnly = true)
public static boolean enable_mtmv_scheduler_framework = false;
/* Max running task num at the same time, otherwise the submitted task will still be keep in pending poll*/