[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:
AKIRA
2023-06-20 11:37:46 +09:00
committed by GitHub
parent 824bc02603
commit 87258a13c4
7 changed files with 21 additions and 34 deletions

View File

@ -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.
*/