Skip to content

Commit

Permalink
(Doc+) Videos of rejected requests (#119311)
Browse files Browse the repository at this point in the history
* (Doc+) Videos of rejected requests
  • Loading branch information
stefnestor authored Dec 27, 2024
1 parent 1d58988 commit ec35dc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ By default, the <<parent-circuit-breaker,parent circuit breaker>> triggers at
95% JVM memory usage. To prevent errors, we recommend taking steps to reduce
memory pressure if usage consistently exceeds 85%.

See https://www.youtube.com/watch?v=k3wYlRVbMSw[this video] for a walkthrough
of diagnosing circuit breaker errors.

[discrete]
[[diagnose-circuit-breaker-errors]]
==== Diagnose circuit breaker errors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ correlating log as `EsRejectedExecutionException` with either

These errors are often related to <<task-queue-backlog,backlogged tasks>>.

See https://www.youtube.com/watch?v=auZJRXoAVpI[this video] for a walkthrough
of troubleshooting threadpool rejections.

[discrete]
[[check-circuit-breakers]]
==== Check circuit breakers
Expand All @@ -47,6 +50,9 @@ GET /_nodes/stats/breaker
These statistics are cumulative from node startup. For more information, see
<<circuit-breaker,circuit breaker errors>>.

See https://www.youtube.com/watch?v=k3wYlRVbMSw[this video] for a walkthrough
of diagnosing circuit breaker errors.

[discrete]
[[check-indexing-pressure]]
==== Check indexing pressure
Expand All @@ -69,6 +75,9 @@ These errors are often related to <<task-queue-backlog,backlogged tasks>>,
<<docs-bulk,bulk index>> sizing, or the ingest target's
<<index-modules,`refresh_interval` setting>>.

See https://www.youtube.com/watch?v=QuV8QqSfc0c[this video] for a walkthrough
of diagnosing indexing pressure rejections.

[discrete]
[[prevent-rejected-requests]]
==== Prevent rejected requests
Expand Down

0 comments on commit ec35dc2

Please sign in to comment.