Skip to content

Commit 1d3d321

Browse files
committed
Fix up hot threads timeout docs (#107692)
The hot threads API does not support a `?master_timeout` parameter, and the `?timeout` parameter is not an ack timeout and defaults to an infinite wait. This commit fixes the incorrect docs.
1 parent 5f9392a commit 1d3d321

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/cluster/nodes-hot-threads.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=node-id]
5656
troubleshooting, set this parameter to a large number (e.g.
5757
`9999`) to get information about all the threads in the system.
5858

59-
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
59+
`timeout`::
60+
(Optional, <<time-units, time units>>) Specifies how long to wait for a
61+
response from each node. If omitted, waits forever.
6062

6163
`type`::
6264
(Optional, string) The type to sample. Available options are `block`, `cpu`, and

0 commit comments

Comments
 (0)