Skip to content

Commit

Permalink
indent troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Mar 3, 2021
1 parent 92fe188 commit bde118c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,20 +303,20 @@ You can infer from this output that the {kib} instance only polls for work once

There are two possible reasons for such a configuration:

. These settings have been configured manually, which can be resolved by reconfiguring these settings.
* These settings have been configured manually, which can be resolved by reconfiguring these settings.
For details, see <<task-manager-settings-kb, Task Manager Settings>>.

. {kib} has reduced its own throughput in reaction to excessive load on the {es} cluster.

* {kib} has reduced its own throughput in reaction to excessive load on the {es} cluster.
+
Task Manager is equipped with a reactive self-healing mechanism in response to an increase in load related errors in {es}. This mechanism will increase the `poll_interval` setting (reducing the rate at which it queries {es}), and decrease the `max_workers` (reducing the amount of operations it executes against {es}). Once the error rate reduces, these settings are incrementally dialed up again, returning them to the configured settings.

+
This scenario can be identified by searching the {kib} Server Log for messages such as:

+
[source, txt]
--------------------------------------------------
Max workers configuration is temporarily reduced after Elasticsearch returned 25 "too many request" error(s).
--------------------------------------------------

+
Deeper investigation into the high error rate experienced by the {es} cluster is required.

[[task-manager-health-evaluate-the-runtime]]
Expand Down

0 comments on commit bde118c

Please sign in to comment.