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 Module configuration is not parsed, ThreadPoolModule.configure() is wrong #335

Closed
ekelog opened this issue Aug 25, 2010 · 2 comments

Comments

@ekelog
Copy link

ekelog commented Aug 25, 2010

With the following node yml configuration ThreadPool settings does not change :
threadpool:
type: scaling
scaling:
min: 1
max: 5
scheduled_size: 5

The thread pool type is still cached from : http://localhost:9200/_cluster/nodes

After digging the source code we found that : ThreadPoolModule.configure() is wrong :
Class<? extends Module> moduleClass = settings.getAsClass("transport.type", CachedThreadPoolModule.class, "org.elasticsearch.threadpool.", "ThreadPoolModule");

i guess it should be as : settings.getAsClass("threadpool.type"

Abdurrahim Eke
www.ifountain.com

@kimchy
Copy link
Member

kimchy commented Aug 25, 2010

fixed it in master.

@ekelog
Copy link
Author

ekelog commented Aug 25, 2010

thanks

mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…#335)

MPC-3782: adding stas sandbox

* adding stas sandbox for dev1

* adding stas sandbox for dev1


Approved-by: Can Yildiz
costin pushed a commit that referenced this issue Dec 6, 2022
This PR handles Elasticsearch queries in the Lucene query node. ES
queries are extracted from the filter parameter or translated from esql
filters.
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
We have defined an upper bound on the number of documents that we
deactivate so far. However, we should always deactivate all outdated
documents. With this commit we remove this limitation.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants