-
Notifications
You must be signed in to change notification settings - Fork 133
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
AWS for Fluent Bit 2.32.3 with Input Grace period fix #829
Conversation
Signed-off-by: Wesley Pettit <[email protected]>
* Amazon Kinesis Firehose for Fluent Bit 1.7.2 | ||
|
||
Compared to `2.31.12` this release adds: | ||
* Fix - During shutdown, the `Grace` setting controls how long Fluent Bit waits after receiving a SIGTERM before exiting. Previously, input ingestion was paused one second after shutdown; with this change Fluent Bit stops acceptings new logs when one half of the `Grace` period time has elapsed. |
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.
also set default grace to 30
and check buffers on shutdown
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
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
@everhardt We've made some changes to our deployment process that invalidate the specific code in this change, which is why we closed the PR. Separately, this change requires more internal testing to confirm it solves the issue in all cases; there are some anomalies in that testing which we are currently looking into. We don't intend to publish the change until we've confirmed that it works properly. |
Issue #, if available:
Diff: https://github.com/PettitWesley/fluent-bit/pull/33/commits
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.