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

Switch to fixed thread pool by default for management threads #7320

Closed
wants to merge 3 commits into from

Conversation

mikemccand
Copy link
Contributor

Switch management threads to a fixed thread pool with up to 5 threads, and queue size of 100 by default, after which excess incoming requests are rejected.

Closes #7318

@kimchy
Copy link
Member

kimchy commented Aug 18, 2014

LGTM

mikemccand added a commit that referenced this pull request Aug 18, 2014
Switch management threads to a fixed thread pool with up to 5 threads, and queue size of 100 by default, after which excess incoming requests are rejected.

Closes #7318

Closes #7320
mikemccand added a commit that referenced this pull request Aug 18, 2014
Switch management threads to a fixed thread pool with up to 5 threads, and queue size of 100 by default, after which excess incoming requests are rejected.

Closes #7318

Closes #7320
mikemccand added a commit that referenced this pull request Sep 8, 2014
Switch management threads to a fixed thread pool with up to 5 threads, and queue size of 100 by default, after which excess incoming requests are rejected.

Closes #7318

Closes #7320
@clintongormley clintongormley changed the title Core: switch to fixed thread pool by default for management threads Internal: Switch to fixed thread pool by default for management threads Sep 8, 2014
@clintongormley clintongormley changed the title Internal: Switch to fixed thread pool by default for management threads Switch to fixed thread pool by default for management threads Jun 7, 2015
mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
Switch management threads to a fixed thread pool with up to 5 threads, and queue size of 100 by default, after which excess incoming requests are rejected.

Closes elastic#7318

Closes elastic#7320
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.

Internal: Management thread pool should reject requests when there are too many
3 participants