[improvement](pipeline) task group scan entity (#19924)

This commit is contained in:
Lijia Liu
2023-06-25 14:43:35 +08:00
committed by GitHub
parent 80d54368e0
commit 76bdcf1d26
28 changed files with 621 additions and 154 deletions

View File

@ -1498,7 +1498,7 @@ public class Config extends ConfigBase {
public static boolean enable_pipeline_load = true;
// enable_workload_group should be immutable and temporarily set to mutable during the development test phase
@ConfField(mutable = true, masterOnly = true, expType = ExperimentalType.EXPERIMENTAL)
@ConfField(mutable = true, expType = ExperimentalType.EXPERIMENTAL)
public static boolean enable_workload_group = false;
@ConfField(mutable = true)