Преглед изворни кода

Clarify that we need stack dumps of the main process (#103391)

ES comprises more than one Java process, but it's the main one which
matters when looking at stack dumps.
David Turner пре 1 година
родитељ
комит
92eae448e9
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      docs/reference/troubleshooting/network-timeouts.asciidoc

+ 3 - 3
docs/reference/troubleshooting/network-timeouts.asciidoc

@@ -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