deardeng commented on code in PR #54638:
URL: https://github.com/apache/doris/pull/54638#discussion_r2284886970
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3568,4 +3568,8 @@ public static int metaServiceRpcRetryTimes() {
@ConfField(mutable = true, description = {"Prometheus 输出表维度指标的个数限制",
"Prometheus output table dimension metric count limit"})
public static int prom_output_table_metrics_limit = 10000;
+
+
+ @ConfField(mutable = true, masterOnly = true)
+ public static long create_partition_wait_seconds = 300;
Review Comment:
看看 getCreateReplicasTimeoutMs 这个函数,能代替这个300s么,这个就是预估建表超时时间的
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]