[opt](nereids) Retry when async analyze task failed (#21889)

Retry at most 5 times when async analyze task execution failed
This commit is contained in:
AKIRA
2023-07-26 17:16:56 +08:00
committed by GitHub
parent a6311e2f95
commit 964ac4e601
14 changed files with 32 additions and 12 deletions

View File

@ -2018,7 +2018,7 @@ public class Config extends ConfigBase {
public static boolean enable_feature_binlog = false;
@ConfField
public static int analyze_task_timeout_in_minutes = 120;
public static int analyze_task_timeout_in_hours = 12;
@ConfField(mutable = true, masterOnly = true, description = {
"是否禁止使用 WITH REOSOURCE 语句创建 Catalog。",