Skip to content

Commit e3352ad

Browse files
Update rejected-requests.asciidoc (#119547) (#119672)
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 f4ffe90 commit e3352ad

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
@@ -63,7 +63,7 @@ These stats are cumulative from node startup.
6363

6464
Indexing pressure rejections appear as an
6565
`EsRejectedExecutionException`, and indicate that they were rejected due
66-
to `coordinating_and_primary_bytes`, `coordinating`, `primary`, or `replica`.
66+
to `combined_coordinating_and_primary`, `coordinating`, `primary`, or `replica`.
6767

6868
These errors are often related to <<task-queue-backlog,backlogged tasks>>,
6969
<<docs-bulk,bulk index>> sizing, or the ingest target's
@@ -77,4 +77,4 @@ These errors are often related to <<task-queue-backlog,backlogged tasks>>,
7777

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

0 commit comments

Comments
 (0)