[fix](statistics) Fix statistics related threads continuously spawn as doing checkpoint #16088

This commit is contained in:
AKIRA
2023-01-21 07:58:33 +08:00
committed by GitHub
parent 8d02961216
commit 2daa5f3fef
4 changed files with 15 additions and 14 deletions

View File

@ -1850,7 +1850,7 @@ public class Config extends ConfigBase {
* Used to determined how many statistics collection SQL could run simultaneously.
*/
@ConfField
public static int statistics_simultaneously_running_job_num = 10;
public static int statistics_simultaneously_running_task_num = 10;
/**
* Internal table replica num, once set, user should promise the avaible BE is greater than this value,