@@ -32,6 +32,9 @@ correlating log as `EsRejectedExecutionException` with either
32
32
33
33
These errors are often related to <<task-queue-backlog,backlogged tasks>>.
34
34
35
+ See https://www.youtube.com/watch?v=auZJRXoAVpI[this video] for a walkthrough
36
+ of troubleshooting threadpool rejections.
37
+
35
38
[discrete]
36
39
[[check-circuit-breakers]]
37
40
==== Check circuit breakers
@@ -47,6 +50,9 @@ GET /_nodes/stats/breaker
47
50
These statistics are cumulative from node startup. For more information, see
48
51
<<circuit-breaker,circuit breaker errors>>.
49
52
53
+ See https://www.youtube.com/watch?v=k3wYlRVbMSw[this video] for a walkthrough
54
+ of diagnosing circuit breaker errors.
55
+
50
56
[discrete]
51
57
[[check-indexing-pressure]]
52
58
==== Check indexing pressure
@@ -69,6 +75,9 @@ These errors are often related to <<task-queue-backlog,backlogged tasks>>,
69
75
<<docs-bulk,bulk index>> sizing, or the ingest target's
70
76
<<index-modules,`refresh_interval` setting>>.
71
77
78
+ See https://www.youtube.com/watch?v=QuV8QqSfc0c[this video] for a walkthrough
79
+ of diagnosing indexing pressure rejections.
80
+
72
81
[discrete]
73
82
[[prevent-rejected-requests]]
74
83
==== Prevent rejected requests
0 commit comments