Open gbbafna opened 1 day ago
On a 200 node cluster , with "cluster_manager.throttling.thresholds.update-snapshot-state.value" : "5000", , during snapshots we are seeing pending tasks of 10k instead of 5k . All 10k tasks are of update snapshot state task type only
"cluster_manager.throttling.thresholds.update-snapshot-state.value" : "5000",
update snapshot state
curl localhost:9200/_cat/pending_tasks > /tmp/pt ➜ ~ grep " update snapshot state" /tmp/pt | wc -l 10000
Looks like somehow we are allowing 2x the tasks before we actually start throttling on the task type.
Cluster Manager
Pending task should not go beyond 5k for update snapshot state task type
Plugins Please list all plugins currently enabled.
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Describe the bug
On a 200 node cluster , with
"cluster_manager.throttling.thresholds.update-snapshot-state.value" : "5000",
, during snapshots we are seeing pending tasks of 10k instead of 5k . All 10k tasks are ofupdate snapshot state
task type onlyLooks like somehow we are allowing 2x the tasks before we actually start throttling on the task type.
Related component
Cluster Manager
To Reproduce
Expected behavior
Pending task should not go beyond 5k for
update snapshot state
task typeAdditional Details
Plugins Please list all plugins currently enabled.
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):