[enhancement](nereids) Remove useless config option #20905
1. Remove useless config option 2. Fix timeout cancel, before this PR an OlapAnalysisTask would continue running even if it's already timeout.
This commit is contained in:
@ -1586,12 +1586,6 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static int be_exec_version = max_be_exec_version;
|
||||
|
||||
@ConfField(mutable = false)
|
||||
public static int statistic_job_scheduler_execution_interval_ms = 1000;
|
||||
|
||||
@ConfField(mutable = false)
|
||||
public static int statistic_task_scheduler_execution_interval_ms = 1000;
|
||||
|
||||
/*
|
||||
* mtmv is still under dev, remove this config when it is graduate.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user