This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 8e32b5fb6f9 [regression](conf) Make checkpoint/clean thread trigger
more frequent (#26883)
8e32b5fb6f9 is described below
commit 8e32b5fb6f9fea044ebebddde00b851ddf785437
Author: Lei Zhang <[email protected]>
AuthorDate: Mon Nov 13 21:56:10 2023 +0800
[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 bed1fb96d16..b301d04a88e 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]