Skip to content

Commit

Permalink
[regression](conf) Make checkpoint/clean thread trigger more frequent (
Browse files Browse the repository at this point in the history
…#26883) (#27194)

* When run p0, we want some checkpoint/clean thread in FE work more
  frequently
  • Loading branch information
SWJTU-ZhangLei authored Nov 17, 2023
1 parent f1d0e34 commit b097b78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions regression-test/pipeline/p0/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b097b78

Please sign in to comment.