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

feat(config): add compaction-checker-cron to extend original compaction-checker-range #2383

Merged
merged 4 commits into from
Jun 30, 2024

Conversation

PragmaTwice
Copy link
Member

# The hour range that compaction checker would be active
# e.g. compaction-checker-range 0-7 means compaction checker would be worker between
# 0-7am every day.
# WARNING: this config option is deprecated and will be removed,
# please use compaction-checker-cron instead
# compaction-checker-range 0-7

# The time pattern that compaction checker would be active
# Time expression format is the same as crontab (supported cron syntax: *, n, */n, `1,3-6,9,11`)
# e.g. compaction-checker-cron * 0-7 * * * means compaction checker would be worker between
# 0-7am every day.
compaction-checker-cron * 0-7 * * *

@PragmaTwice PragmaTwice requested a review from git-hulk June 29, 2024 13:06
git-hulk
git-hulk previously approved these changes Jun 29, 2024
@PragmaTwice
Copy link
Member Author

It need to be picked to release 2.9.0 to fix a bug in 8547cfb.

Copy link

@PragmaTwice PragmaTwice merged commit ee69364 into apache:unstable Jun 30, 2024
29 checks passed
PragmaTwice added a commit that referenced this pull request Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants