From 98ea1dd0c765dff6b552dfe340c00787ddf2493a Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:16:21 -0700 Subject: [PATCH] (Doc+) Videos of rejected requests (#119311) (#119327) * (Doc+) Videos of rejected requests --- .../common-issues/circuit-breaker-errors.asciidoc | 3 +++ .../common-issues/rejected-requests.asciidoc | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/reference/troubleshooting/common-issues/circuit-breaker-errors.asciidoc b/docs/reference/troubleshooting/common-issues/circuit-breaker-errors.asciidoc index fbc6fe7b42a7..74793f8a625b 100644 --- a/docs/reference/troubleshooting/common-issues/circuit-breaker-errors.asciidoc +++ b/docs/reference/troubleshooting/common-issues/circuit-breaker-errors.asciidoc @@ -9,6 +9,9 @@ By default, the <> 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 diff --git a/docs/reference/troubleshooting/common-issues/rejected-requests.asciidoc b/docs/reference/troubleshooting/common-issues/rejected-requests.asciidoc index c863709775fc..34ef388f2e3c 100644 --- a/docs/reference/troubleshooting/common-issues/rejected-requests.asciidoc +++ b/docs/reference/troubleshooting/common-issues/rejected-requests.asciidoc @@ -32,6 +32,9 @@ correlating log as `EsRejectedExecutionException` with either These errors are often related to <>. +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 <>. +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 <>, <> sizing, or the ingest target's <>. +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