Skip to content

Commit 44ba83c

Browse files
stefnestorsarog
authored andcommitted
(Doc+) Videos of rejected requests (elastic#119311) (elastic#119327)
* (Doc+) Videos of rejected requests
1 parent d9448b9 commit 44ba83c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/reference/troubleshooting/common-issues/circuit-breaker-errors.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ By default, the <<parent-circuit-breaker,parent circuit breaker>> triggers at
99
95% JVM memory usage. To prevent errors, we recommend taking steps to reduce
1010
memory pressure if usage consistently exceeds 85%.
1111

12+
See https://www.youtube.com/watch?v=k3wYlRVbMSw[this video] for a walkthrough
13+
of diagnosing circuit breaker errors.
14+
1215
[discrete]
1316
[[diagnose-circuit-breaker-errors]]
1417
==== Diagnose circuit breaker errors

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

+9
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ correlating log as `EsRejectedExecutionException` with either
3232

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

35+
See https://www.youtube.com/watch?v=auZJRXoAVpI[this video] for a walkthrough
36+
of troubleshooting threadpool rejections.
37+
3538
[discrete]
3639
[[check-circuit-breakers]]
3740
==== Check circuit breakers
@@ -47,6 +50,9 @@ GET /_nodes/stats/breaker
4750
These statistics are cumulative from node startup. For more information, see
4851
<<circuit-breaker,circuit breaker errors>>.
4952

53+
See https://www.youtube.com/watch?v=k3wYlRVbMSw[this video] for a walkthrough
54+
of diagnosing circuit breaker errors.
55+
5056
[discrete]
5157
[[check-indexing-pressure]]
5258
==== Check indexing pressure
@@ -69,6 +75,9 @@ These errors are often related to <<task-queue-backlog,backlogged tasks>>,
6975
<<docs-bulk,bulk index>> sizing, or the ingest target's
7076
<<index-modules,`refresh_interval` setting>>.
7177

78+
See https://www.youtube.com/watch?v=QuV8QqSfc0c[this video] for a walkthrough
79+
of diagnosing indexing pressure rejections.
80+
7281
[discrete]
7382
[[prevent-rejected-requests]]
7483
==== Prevent rejected requests

0 commit comments

Comments
 (0)