This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new b097b781d7a [regression](conf) Make checkpoint/clean thread trigger 
more frequent (#26883) (#27194)
b097b781d7a is described below

commit b097b781d7a52e0b285a55f248643df82ae90449
Author: Lei Zhang <[email protected]>
AuthorDate: Fri Nov 17 23:56:34 2023 +0800

    [regression](conf) Make checkpoint/clean thread trigger more frequent 
(#26883) (#27194)
    
    * 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]

Reply via email to