From 8e32b5fb6f9fea044ebebddde00b851ddf785437 Mon Sep 17 00:00:00 2001 From: Lei Zhang <27994433+SWJTU-ZhangLei@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:56:10 +0800 Subject: [PATCH] [regression](conf) Make checkpoint/clean thread trigger more frequent (#26883) * When run p0, we want some checkpoint/clean thread in FE work more frequently --- regression-test/pipeline/p0/conf/fe.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/regression-test/pipeline/p0/conf/fe.conf b/regression-test/pipeline/p0/conf/fe.conf index bed1fb96d1..b301d04a88 100644 --- a/regression-test/pipeline/p0/conf/fe.conf +++ b/regression-test/pipeline/p0/conf/fe.conf @@ -85,3 +85,11 @@ dynamic_partition_check_interval_seconds=3 enable_full_auto_analyze=true desired_max_waiting_jobs=200 + +# make checkpoint more frequent +edit_log_roll_num = 1000 + +# make job/label clean more frequent +history_job_keep_max_second = 300 +streaming_label_keep_max_second = 300 +label_keep_max_second = 300