elasticsearch/docs/reference/cluster
Nhat Nguyen ee3d40320a
Broadcast cancellation to only nodes have outstanding child tasks (#54312)
Today when canceling a task we broadcast ban/unban requests to all nodes 
in the cluster. This strategy does not scale well for hierarchical
cancellation. With this change, we will track outstanding child requests
and broadcast the cancellation to only nodes that have outstanding child
tasks. This change also prevents a parent task from sending child
requests once it got canceled.

Relates #50990
Supersedes #51157

Co-authored-by: Igor Motov <igor@motovs.org>
Co-authored-by: Yannick Welsch <yannick@welsch.lu>
2020-04-01 11:22:13 -04:00
..
allocation-explain.asciidoc
get-settings.asciidoc
health.asciidoc
nodes-hot-threads.asciidoc
nodes-info.asciidoc
nodes-reload-secure-settings.asciidoc
nodes-stats.asciidoc
nodes-usage.asciidoc
pending.asciidoc
remote-info.asciidoc
reroute.asciidoc
state.asciidoc
stats.asciidoc
tasks.asciidoc
update-settings.asciidoc
voting-exclusions.asciidoc