Skip to content

Commit

Permalink
Allow configuration of ThreadPool warning times (#81487)
Browse files Browse the repository at this point in the history
We added some warn logging in #72465 but did not register the settings that
control the thresholds. This commit addresses that oversight.
  • Loading branch information
matschaffer committed Dec 8, 2021
1 parent 50794a1 commit 3f5edd1
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -457,6 +457,8 @@ public void apply(Settings value, Settings current, Settings previous) {
SearchModule.INDICES_MAX_CLAUSE_COUNT_SETTING,
SearchModule.INDICES_MAX_NESTED_DEPTH_SETTING,
ThreadPool.ESTIMATED_TIME_INTERVAL_SETTING,
ThreadPool.LATE_TIME_INTERVAL_WARN_THRESHOLD_SETTING,
ThreadPool.SLOW_SCHEDULER_TASK_WARN_THRESHOLD_SETTING,
FastVectorHighlighter.SETTING_TV_HIGHLIGHT_MULTI_VALUE,
Node.BREAKER_TYPE_KEY,
OperationRouting.USE_ADAPTIVE_REPLICA_SELECTION_SETTING,
Expand Down

0 comments on commit 3f5edd1

Please sign in to comment.