(Doc+) Videos of rejected requests (#119311)

* (Doc+) Videos of rejected requests
This commit is contained in:
Stef Nestor 2024-12-27 13:49:57 -07:00 committed by GitHub
parent 1d58988772
commit ec35dc2049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

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

View file

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