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

Keep the pipeline handler queue small initially #23335

Merged
merged 1 commit into from
Feb 23, 2017

Conversation

jasontedor
Copy link
Member

@jasontedor jasontedor commented Feb 23, 2017

This commit sets the intial size of the pipeline handler queue small to prevent waste if pipelined requests are never sent. Since the queue will grow quickly if pipeline requests are indeed set, this should not be problematic.

This commit sets the intial size of the pipeline handler queue small to
prevent waste if pipelined requests are never sent. Since the queue will
grow quickly if pipeline requests are indeed set, this should not be
problematic.
@bleskes
Copy link
Contributor

bleskes commented Feb 23, 2017

Lgtm

@jasontedor jasontedor merged commit f85a7ae into elastic:master Feb 23, 2017
jasontedor added a commit that referenced this pull request Feb 23, 2017
This commit sets the intial size of the pipeline handler queue small to
prevent waste if pipelined requests are never sent. Since the queue will
grow quickly if pipeline requests are indeed set, this should not be
problematic.

Relates #23335
jasontedor added a commit that referenced this pull request Feb 23, 2017
This commit sets the intial size of the pipeline handler queue small to
prevent waste if pipelined requests are never sent. Since the queue will
grow quickly if pipeline requests are indeed set, this should not be
problematic.

Relates #23335
@jasontedor
Copy link
Member Author

Thanks @bleskes.

@jasontedor jasontedor deleted the pipeline-queue branch February 23, 2017 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Network Http and internode communication implementations >enhancement v5.3.0 v5.4.0 v6.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants