-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Obsolete PQ setting queue.checkpoint.interval #17759
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
Conversation
`queue.checkpoint.interval` has never been implemented. This commit adds warning message when it is used and cleans up references.
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
This pull request does not have a backport label. Could you fix it @kaisecheng? 🙏
|
Co-authored-by: João Duarte <[email protected]>
Co-authored-by: João Duarte <[email protected]>
🔍 Preview links for changed docs |
|
💚 Build Succeeded
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
❯ tail -n1 logs/logstash-deprecation.log
[2025-07-15T09:03:55,103][WARN ][deprecation.logstash.runner] The setting `queue.checkpoint.interval` has no effect and will be removed from both logstash.yml and pipeline.yml in a future release.
@Mergifyio backport 9.0 9.1 |
✅ Backports have been created
|
`queue.checkpoint.interval` has never been implemented. This commit adds warning message when it is used and cleans up references. (cherry picked from commit 521af3b) # Conflicts: # logstash-core/lib/logstash/environment.rb # logstash-core/spec/logstash/queue_factory_spec.rb
`queue.checkpoint.interval` has never been implemented. This commit adds warning message when it is used and cleans up references. (cherry picked from commit 521af3b)
`queue.checkpoint.interval` has never been implemented. This commit adds warning message when it is used and cleans up references. (cherry picked from commit 521af3b) Co-authored-by: kaisecheng <[email protected]>
…#17824) * Obsolete PQ setting queue.checkpoint.interval (#17759) `queue.checkpoint.interval` has never been implemented. This commit adds warning message when it is used and cleans up references. (cherry picked from commit 521af3b) # Conflicts: # logstash-core/lib/logstash/environment.rb # logstash-core/spec/logstash/queue_factory_spec.rb * merge conflict --------- Co-authored-by: kaisecheng <[email protected]> Co-authored-by: Kaise Cheng <[email protected]>
* add applies_to badge to changes introduced in #17351 * add applies_to badge to changes introduced in #17759 * reorder list items * use 9.0.1 not 9.1.0 * Update docs/reference/keystore.md Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Karen Metts <[email protected]>
* add applies_to badge to changes introduced in #17351 * add applies_to badge to changes introduced in #17759 * reorder list items * use 9.0.1 not 9.1.0 * Update docs/reference/keystore.md Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Karen Metts <[email protected]> (cherry picked from commit aed28eb)
* add applies_to badge to changes introduced in #17351 * add applies_to badge to changes introduced in #17759 * reorder list items * use 9.0.1 not 9.1.0 * Update docs/reference/keystore.md --------- (cherry picked from commit aed28eb) Co-authored-by: Colleen McGinnis <[email protected]> Co-authored-by: Karen Metts <[email protected]>
Release notes
Dropped the persistent queue setting
queue.checkpoint.interval
.What does this PR do?
queue.checkpoint.interval
has never been implemented.This commit adds warning message when it is used and cleans up references.
Why is it important/What is the impact to the user?
Checklist
Author's Checklist
queue.checkpoint.interval
How to test this PR locally
When the config is set in logstash.yml or pipelien.yml, a warning message is logged.
Related issues
Use cases
Screenshots
Logs