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

Warmers: Have an explicit warmer thread pool #2815

Closed
kimchy opened this issue Mar 25, 2013 · 0 comments
Closed

Warmers: Have an explicit warmer thread pool #2815

kimchy opened this issue Mar 25, 2013 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Mar 25, 2013

Have an explicit threadpool warmer that is dedicated to execute warmers. Currently, it uses the search threadpool, which does not work well since the number of concurrent searches should be separate from the number of concurrent warmers allows, also the characteristics of the search pool (for example, bounded queue_size) might not fit well with how warmers should be executed (they should not be "rejected").

@kimchy kimchy closed this as completed in b710662 Mar 25, 2013
kimchy added a commit that referenced this issue Mar 25, 2013
Have an explicit threadpool warmer that is dedicated to execute warmers. Currently, it uses the search threadpool, which does not work well since the number of concurrent searches should be separate from the number of concurrent warmers allows, also the characteristics of the search pool (for example, bounded queue_size) might not fit well with how warmers should be executed (they should not be "rejected").

closes #2815
kimchy added a commit that referenced this issue Mar 25, 2013
add 1 in case there is 1 core...
closes #2815
kimchy added a commit that referenced this issue Mar 25, 2013
add 1 in case there is 1 core...
closes #2815
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