Elasticsearch high CPU usage in idle state #31145
Unanswered
serhiynovos
asked this question in
Q&A
Replies: 2 comments 2 replies
-
/cc @evanchooly (kotlin), @geoand (kotlin), @gsmet (elasticsearch), @loicmathieu (elasticsearch), @yrodiere (elasticsearch) |
Beta Was this translation helpful? Give feedback.
0 replies
-
If the scale at the left of your graph is actually meaningful, I wouldn't call The Elasticsearch client actually does things in the background such as checking it can still contact the node and do some node discovery. I wouldn't be surprised if it was this machinery creating the load. If you're really curious about it, start your application in JVM mode and do some profiling of the idling phase. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have a few services build as a native executable. One of this services is using RestHighLevelClient to write or update indexes on elastic search. I noticed that this service has higher CPU usage in idle state.

dependencies that this service has
Other services has similar dependencies except elasticsearch client. Do you know what can be a problem ?
Beta Was this translation helpful? Give feedback.
All reactions