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

Set pipeline.buffer.type to heap by default #16353

Closed
2 tasks done
robbavey opened this issue Jul 25, 2024 · 3 comments · Fixed by #16500, #16498 or #16525
Closed
2 tasks done

Set pipeline.buffer.type to heap by default #16353

robbavey opened this issue Jul 25, 2024 · 3 comments · Fixed by #16500, #16498 or #16525

Comments

@robbavey
Copy link
Member

robbavey commented Jul 25, 2024

In #16054, we introduced a new setting to allow users to set the allocation of memory for certain input plugins to use either direct or heap memory.

We should consider making this the default setting for Logstash 9.0

Tasks

Preview Give feedback
@flexitrev
Copy link

Would this be a breaking change if we are only changing the default?

@jsvd
Copy link
Member

jsvd commented Aug 12, 2024

Any deployment out there consuming from Agent or Beats with a heap usage above 75% (or even 50%) can potentially crash on upgrade as any direct memory allocation from beats/agent/http/tcp inputs would now be done on the heap.

@robbavey
Copy link
Member Author

Re-opened, as the deprecation warning sub-issue has not been closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment