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

Thread Pool: Remove blocking type option #3531

Closed
kimchy opened this issue Aug 18, 2013 · 0 comments
Closed

Thread Pool: Remove blocking type option #3531

kimchy opened this issue Aug 18, 2013 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Aug 18, 2013

The blocking thread pool type is not recommended to be used, since it will end up blocking the IO thread most times when executing, which is not recommended (other operations will then stall as well).

@kimchy kimchy closed this as completed in 616b09e Aug 18, 2013
kimchy added a commit that referenced this issue Aug 18, 2013
The blocking thread pool type is not recommended to be used, since it will end up blocking the IO thread most times when executing, which is not recommended (other operations will then stall as well).
closes #3531
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
The blocking thread pool type is not recommended to be used, since it will end up blocking the IO thread most times when executing, which is not recommended (other operations will then stall as well).
closes elastic#3531
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant