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

ThreadPool: Refactor into several pools, with configurable types per pool #687

Closed
kimchy opened this issue Feb 15, 2011 · 1 comment
Closed

Comments

@kimchy
Copy link
Member

kimchy commented Feb 15, 2011

Refactor the current single thread pool into several pools that can be used based on operation performed. This is handy for example to make sure search is only done on a specific thread pool since it associates resources per thread.

The new thread pools include:

  • index: for index/delete/bulk operations.
  • search: For get/count/search operations.

Each pool can have a type associated with it, and based on the type, associated parameters. The types can be cached, fixed, scaling, and blocking.

@kimchy
Copy link
Member Author

kimchy commented Feb 15, 2011

ThreadPool: Refactor into several pools, with configurable types per pool, closed by 3ed848a.

williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
This issue was closed.
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