OpenSearch/docs/reference/modules
Yannick Welsch 2049f715b3 Add voting-only master node (#43410)
A voting-only master-eligible node is a node that can participate in master elections but will not act
as a master in the cluster. In particular, a voting-only node can help elect another master-eligible
node as master, and can serve as a tiebreaker in elections. High availability (HA) clusters require at
least three master-eligible nodes, so that if one of the three nodes is down, then the remaining two
can still elect a master amongst them-selves. This only requires one of the two remaining nodes to
have the capability to act as master, but both need to have voting powers. This means that one of
the three master-eligible nodes can be made as voting-only. If this voting-only node is a dedicated
master, a less powerful machine or a smaller heap-size can be chosen for this node. Alternatively, a
voting-only non-dedicated master node can play the role of the third master-eligible node, which
allows running an HA cluster with only two dedicated master nodes.

Closes #14340

Co-authored-by: David Turner <david.turner@elastic.co>
2019-06-26 08:07:56 +02:00
..
cluster Periodically try to reassign unassigned persistent tasks (#36069) 2018-12-13 09:15:27 +00:00
discovery [DOCS] Adds discovery.type (#42823) 2019-06-05 12:37:17 -07:00
indices Update search-settings.asciidoc (#43016) 2019-06-10 10:14:03 +01:00
cluster.asciidoc [Zen2] Update documentation for Zen2 (#34714) 2018-12-20 13:02:44 +00:00
cross-cluster-search.asciidoc [DOCS] add details on version compatibility and remote gateway selection (#40056) 2019-03-19 14:43:38 +01:00
discovery.asciidoc [DOCS] Adds overview and API ref for cluster voting configurations (#36954) 2019-01-07 09:11:14 -08:00
gateway.asciidoc Add elasticsearch-node tool docs (#37812) 2019-03-12 12:47:10 +01: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
network.asciidoc Document wildcard for network interfaces (#28839) 2019-06-13 10:18:49 +02:00
node.asciidoc Add voting-only master node (#43410) 2019-06-26 08:07:56 +02:00
plugins.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
remote-clusters.asciidoc Fixes formatting of CCS compatibility table (#43231) 2019-06-18 13:28:27 +01:00
snapshots.asciidoc [DOCS] Adds administering section (#43493) 2019-06-24 10:15:25 -07:00
threadpool.asciidoc Remove mention of bulk threadpool in examples (#41935) 2019-05-08 12:14:23 +01:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc [DOCS] Added a new use case for transport.port (#42126) 2019-06-18 09:52:36 -04:00