Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[regression](conf) Make checkpoint/clean thread trigger more frequent(#26883) #27194

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading