-
Notifications
You must be signed in to change notification settings - Fork 527
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
fix: Update FlushBytes
parsing/defaults
#13576
Conversation
Updates the `FlushBytes` setting to default to 1 mib and only override to 24kb if the user has explicitly set it to 24kb. Fixes elastic#13024 Signed-off-by: Marc Lopez Rubio <[email protected]>
This pull request does not have a backport label. Could you fix it @marclop? 🙏
NOTE: |
I committed the code without setting the default value for FlushBytes and the tests fail (so we can verify this bug fix) https://github.com/elastic/apm-server/actions/runs/9789313060/job/27028818438?pr=13576#step:4:173. I'll commit the fix in the next commit. |
Signed-off-by: Marc Lopez Rubio <[email protected]>
Signed-off-by: Marc Lopez Rubio <[email protected]>
Thank you! In case there is another 8.14 release, would it be possible to get this backportet? |
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.
😱 good find @marclop!
We're still missing the |
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) # Conflicts: # changelogs/head.asciidoc # internal/beater/beater.go
great catch @marclop 👏🏼 |
#12604 was the PR that introduced the regression |
Let me solve this |
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)
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) Co-authored-by: Marc Lopez Rubio <[email protected]>
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
@StephanErb We're looking at releasing a patch version |
…13577) 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 * fix conflicts Signed-off-by: inge4pres <[email protected]> Signed-off-by: Marc Lopez Rubio <[email protected]> * lint Signed-off-by: inge4pres <[email protected]> Signed-off-by: Marc Lopez Rubio <[email protected]> * fix dependency modified by IDE Signed-off-by: inge4pres <[email protected]> Signed-off-by: Marc Lopez Rubio <[email protected]> * remove RequireDataStream Signed-off-by: Marc Lopez Rubio <[email protected]> --------- Signed-off-by: inge4pres <[email protected]> Signed-off-by: Marc Lopez Rubio <[email protected]> Co-authored-by: Marc Lopez Rubio <[email protected]> Co-authored-by: inge4pres <[email protected]>
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