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

Allow to configure custom thread pools #8247

Merged
merged 1 commit into from Oct 31, 2014

Conversation

martijnvg
Copy link
Member

No description provided.

assertThat(info1.getMin(), equalTo(1));
assertThat(info1.getMax(), equalTo(1));
assertThat(info1.getQueueSize().singles(), equalTo(1l));
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not fail the test if we get a name thats not either "my_pool1" or "my_pool2"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense. I'll update that.

@colings86
Copy link
Contributor

@martijnvg left a couple of comments

@colings86 colings86 removed the review label Oct 29, 2014
@martijnvg martijnvg force-pushed the improvements/custom_thread_pool branch from 6fef669 to 1f37ca8 Compare October 31, 2014 13:28
@martijnvg
Copy link
Member Author

@colings86 Thanks for looking at this! I updated the PR and applied your feedback.

@colings86
Copy link
Contributor

LGTM

@martijnvg martijnvg force-pushed the improvements/custom_thread_pool branch from 1f37ca8 to 7761154 Compare October 31, 2014 22:32
martijnvg added a commit to martijnvg/elasticsearch that referenced this pull request Oct 31, 2014
martijnvg added a commit that referenced this pull request Oct 31, 2014
@martijnvg martijnvg merged commit 7761154 into elastic:master Oct 31, 2014
@clintongormley clintongormley changed the title Core: Allow to configure custom thread pools Internal: Allow to configure custom thread pools Nov 3, 2014
@martijnvg martijnvg deleted the improvements/custom_thread_pool branch May 18, 2015 23:29
@clintongormley clintongormley changed the title Internal: Allow to configure custom thread pools Allow to configure custom thread pools Jun 7, 2015
mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
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.

None yet

3 participants