Skip to content

Commit

Permalink
Clarify that we need stack dumps of the main process (elastic#103391)
Browse files Browse the repository at this point in the history
ES comprises more than one Java process, but it's the main one which
matters when looking at stack dumps.
  • Loading branch information
DaveCTurner authored Dec 13, 2023
1 parent 16a4d00 commit 92eae44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/troubleshooting/network-timeouts.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ end::troubleshooting-network-timeouts-packet-capture-fault-detection[]

tag::troubleshooting-network-timeouts-threads[]
* Long waits for particular threads to be available can be identified by taking
stack dumps (for example, using `jstack`) or a profiling trace (for example,
using Java Flight Recorder) in the few seconds leading up to the relevant log
message.
stack dumps of the main {es} process (for example, using `jstack`) or a
profiling trace (for example, using Java Flight Recorder) in the few seconds
leading up to the relevant log message.
+
The <<cluster-nodes-hot-threads>> API sometimes yields useful information, but
bear in mind that this API also requires a number of `transport_worker` and
Expand Down

0 comments on commit 92eae44

Please sign in to comment.