@@ -32,6 +32,9 @@ correlating log as `EsRejectedExecutionException` with either
3232
3333These 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
4750These 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