Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.17] (Doc+) Videos of rejected requests (#119311) #119327

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading