You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some operations requires many Elasticsearch requests. They saturate thread pool and connection pool and prevent all other operations to be executed before they are finished.
The aim of this issue is to use the thread pool (execution context) of the caller (not the global one) and create a dedicated connection pool of each one.
The text was updated successfully, but these errors were encountered:
@To-om I am sorry for hijacking this issue, but it seems like this is causing huge performance issues with Cortex version 3.0.1.
Since this seems to have been fixed on the es6 branch of elastic4play, I would like to kindly ask: would it be possible to get a new Cortex version for es6 released that contains these fixes (e.g. version 3.0.2)? I cannot migrate to es7 yet and spend a whole day debugging this issue, only to find out that the thread pooling is the root cause.
Some operations requires many Elasticsearch requests. They saturate thread pool and connection pool and prevent all other operations to be executed before they are finished.
The aim of this issue is to use the thread pool (execution context) of the caller (not the global one) and create a dedicated connection pool of each one.
The text was updated successfully, but these errors were encountered: