OpenSearch/docs/reference/modules
David Roberts 13cb0fb98b
Periodically try to reassign unassigned persistent tasks (#36069)
Previously persistent task assignment was checked in the
following situations:

- Persistent tasks are changed
- A node joins or leaves the cluster
- The routing table is changed
- Custom metadata in the cluster state is changed
- A new master node is elected

However, there could be situations when a persistent
task that could not be assigned to a node could become
assignable due to some other change, such as memory
usage on the nodes.

This change adds a timed recheck of persistent task
assignment to account for such situations.  The timer
is suspended while checks triggered by cluster state
changes are in-flight to avoid adding burden to an
already busy cluster.

Closes #35792
2018-12-13 09:15:27 +00:00
..
cluster Periodically try to reassign unassigned persistent tasks (#36069) 2018-12-13 09:15:27 +00:00
discovery Fix docs build after #33241 2018-08-30 09:38:23 +01:00
indices lower fielddata circuit breaker's default limit (#27162) 2018-12-11 11:30:58 +01:00
scripting Adds deprecation logging to ScriptDocValues#getValues. (#34279) 2018-11-27 14:30:13 -05:00
cluster.asciidoc Fix typo in cluster module docs 2016-07-12 16:32:23 -04:00
cross-cluster-search.asciidoc Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
discovery.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gateway.asciidoc [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
http.asciidoc Docs: Fixed a grammatical mistake: 'a HTTP ...' -> 'an HTTP ...' (#33744) 2018-09-17 15:35:54 -04:00
indices.asciidoc [Docs] Add `indices.query.bool.max_clause_count` setting (#34779) 2018-10-25 17:59:59 +02:00
memcached.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
ml-node.asciidoc Generalize search.remote settings to cluster.remote (#33413) 2018-09-05 20:43:44 -04:00
network.asciidoc Add note regarding quoting values for network.host 2018-02-27 10:33:45 -08:00
node.asciidoc [ZEN2] Use Zen2 in REST Tests (#36300) 2018-12-07 09:15:11 +01:00
plugins.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
remote-clusters.asciidoc Allow to enable pings for specific remote clusters (#34753) 2018-10-31 17:32:53 +01:00
scripting.asciidoc [DOCS] Added Painless Language Spec content 2017-05-16 12:46:56 -07:00
snapshots.asciidoc Doc: Drop an extra 'a' in snapshots.asciidoc (#35251) 2018-11-05 13:31:35 -05:00
threadpool.asciidoc Add a `_freeze` / `_unfreeze` API (#35592) 2018-11-20 08:03:24 +01:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc Allow to enable pings for specific remote clusters (#34753) 2018-10-31 17:32:53 +01:00