zddr commented on code in PR #28411: URL: https://github.com/apache/doris/pull/28411#discussion_r1426428553
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1585,7 +1585,10 @@ public class Config extends ConfigBase { */ @ConfField(description = {"任务堆积时用于存放定时任务的队列大小", "The number of timer jobs that can be queued."}) public static int job_dispatch_timer_job_queue_size = 1024; - + @ConfField(description = {"一个 Job 的 task 最大的持久化数量,超过这个限制将会丢弃旧的 task 记录, 如果值 < 1, 将不会持久化。", + "Maximum number of persistence allowed per task in a job,exceeding which old tasks will be discarded," + + "If the value is less than 1, it will not be persisted." }) + public static int max_persistence_task_count = 100; Review Comment: what will happen,if set to -1 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org