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

Reduce default pipelining to Logstash to a more tame '2'. #6250

Merged
merged 1 commit into from
Feb 1, 2018

Conversation

andrewvc
Copy link
Contributor

@andrewvc andrewvc commented Feb 1, 2018

This reduces memory pressure on LS.

We do have improvements to reduce memory usage in LS here logstash-plugins/logstash-input-beats#286

However, I think it makes sense to start with this fix here, and ramp up this number on the next major when we have more confidence that 5 is the magic number.

At the end of the day, magic numbers are always problematic, but 5 can cause quite a bit of pressure when there's a high ratio of Beats:Logstash instances. I think that two is a good compromise.

…s memory pressure on LS.

We do have improvements to reduce memory usage in LS here logstash-plugins/logstash-input-beats#286

However, I think it makes sense to start with this fix here, and ramp up this number on the next major when we have more confidence that 5 is the magic number.

At the end of the day, magic numbers are always problematic, but 5 can cause quite a bit of pressure when there's a high ratio of Beats:Logstash instances
@ph
Copy link
Contributor

ph commented Feb 1, 2018 via email

@tsg
Copy link
Contributor

tsg commented Feb 1, 2018

Docs update and changelog are missing, but I'll follow up in a new PR.

@tsg tsg merged commit d3a0b94 into elastic:master Feb 1, 2018
@tsg tsg added needs_backport PR is waiting to be backported to other branches. v6.2.0 labels Feb 1, 2018
tsg pushed a commit to tsg/beats that referenced this pull request Feb 1, 2018
…s memory pressure on LS. (elastic#6250)

We do have improvements to reduce memory usage in LS here logstash-plugins/logstash-input-beats#286

However, I think it makes sense to start with this fix here, and ramp up this number on the next major when we have more confidence that 5 is the magic number.

At the end of the day, magic numbers are always problematic, but 5 can cause quite a bit of pressure when there's a high ratio of Beats:Logstash instances

(cherry picked from commit d3a0b94)
@tsg tsg removed the needs_backport PR is waiting to be backported to other branches. label Feb 1, 2018
tsg added a commit to tsg/beats that referenced this pull request Feb 1, 2018
urso pushed a commit that referenced this pull request Feb 1, 2018
ph pushed a commit that referenced this pull request Feb 1, 2018
…s memory pressure on LS. (#6250) (#6252)

We do have improvements to reduce memory usage in LS here logstash-plugins/logstash-input-beats#286

However, I think it makes sense to start with this fix here, and ramp up this number on the next major when we have more confidence that 5 is the magic number.

At the end of the day, magic numbers are always problematic, but 5 can cause quite a bit of pressure when there's a high ratio of Beats:Logstash instances

(cherry picked from commit d3a0b94)
tsg added a commit to tsg/beats that referenced this pull request Feb 1, 2018
@andrewvc andrewvc deleted the use-a-more-tame-pipelining-setting branch February 1, 2018 19:58
ph pushed a commit that referenced this pull request Feb 2, 2018
… (#6258)

* Add docs update and changelog entry for #6250 (#6253)

Follow up for #6250.

(cherry picked from commit c4b00a9)
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…s memory pressure on LS. (elastic#6250) (elastic#6252)

We do have improvements to reduce memory usage in LS here logstash-plugins/logstash-input-beats#286

However, I think it makes sense to start with this fix here, and ramp up this number on the next major when we have more confidence that 5 is the magic number.

At the end of the day, magic numbers are always problematic, but 5 can cause quite a bit of pressure when there's a high ratio of Beats:Logstash instances

(cherry picked from commit deb31ca)
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…for elastic#6250 (elastic#6258)

* Add docs update and changelog entry for elastic#6250 (elastic#6253)

Follow up for elastic#6250.

(cherry picked from commit ebabc49)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants