Skip to content

Commit 996a4f8

Browse files
Update rejected-requests.asciidoc (#119547) (#119673)
I believe this is a typo, as in our 8.16.1 cluster this field appears to be called `combined_coordinating_and_primary` Co-authored-by: Ian Lee <[email protected]>
1 parent 4122144 commit 996a4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/troubleshooting/common-issues/rejected-requests.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ These stats are cumulative from node startup.
6969

7070
Indexing pressure rejections appear as an
7171
`EsRejectedExecutionException`, and indicate that they were rejected due
72-
to `coordinating_and_primary_bytes`, `coordinating`, `primary`, or `replica`.
72+
to `combined_coordinating_and_primary`, `coordinating`, `primary`, or `replica`.
7373

7474
These errors are often related to <<task-queue-backlog,backlogged tasks>>,
7575
<<docs-bulk,bulk index>> sizing, or the ingest target's
@@ -86,4 +86,4 @@ of diagnosing indexing pressure rejections.
8686

8787
If {es} regularly rejects requests and other tasks, your cluster likely has high
8888
CPU usage or high JVM memory pressure. For tips, see <<high-cpu-usage>> and
89-
<<high-jvm-memory-pressure>>.
89+
<<high-jvm-memory-pressure>>.

0 commit comments

Comments
 (0)