-
Notifications
You must be signed in to change notification settings - Fork 526
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
[8.14] fix: Update FlushBytes
parsing/defaults (backport #13576)
#13577
Conversation
Cherry-pick of a453a88 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
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.
is 8.14 the right version?
edit: ack 8.14.3
I think so, because this is a backport, and we don't release 8.13 anymore? |
Releasing an 8.14.3. So this needs to be merged into 8.14
18d2bf4
to
17fb71e
Compare
Updates the `FlushBytes` setting to default to 1 mib and only override to 24kb if the user has explicitly set it to 24kb. Fixes #13024 --------- Signed-off-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit a453a88) Signed-off-by: Marc Lopez Rubio <[email protected]> # Conflicts: # changelogs/head.asciidoc # internal/beater/beater.go
Signed-off-by: inge4pres <[email protected]> Signed-off-by: Marc Lopez Rubio <[email protected]>
Signed-off-by: inge4pres <[email protected]> Signed-off-by: Marc Lopez Rubio <[email protected]>
Signed-off-by: inge4pres <[email protected]> Signed-off-by: Marc Lopez Rubio <[email protected]>
Signed-off-by: Marc Lopez Rubio <[email protected]>
17fb71e
to
278260c
Compare
Motivation/summary
Updates the
FlushBytes
setting to default to 1 mib and only override to 24kb if the user has explicitly set it to 24kb.Checklist
- [ ] Documentation has been updatedHow to test these changes
Related issues
Fixes #13024
This is an automatic backport of pull request #13576 done by [Mergify](https://mergify.com).