[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:
@ -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。",
|
||||
|
||||
Reference in New Issue
Block a user