elasticsearch/docs/reference/modules
David Turner a304d9a656
Ignore timeouts with single-node discovery (#52159)
Today we use `cluster.join.timeout` to prevent nodes from waiting indefinitely
if joining a faulty master that is too slow to respond, and
`cluster.publish.timeout` to allow a faulty master to detect that it is unable
to publish its cluster state updates in a timely fashion. If these timeouts
occur then the node restarts the discovery process in an attempt to find a
healthier master.

In the special case of `discovery.type: single-node` there is no point in
looking for another healthier master since the single node in the cluster is
all we've got. This commit suppresses these timeouts and instead lets the node
wait for joins and publications to succeed no matter how long this might take.
2020-02-11 14:00:06 +00:00
..
cluster
discovery Ignore timeouts with single-node discovery (#52159) 2020-02-11 14:00:06 +00:00
indices [DOCS] Expands the documentation of Node Query Cache (#51105) 2020-01-20 11:11:57 +01:00
cluster.asciidoc
cross-cluster-search.asciidoc
discovery.asciidoc
gateway.asciidoc
http.asciidoc Add Trace Logging of REST Requests (#51684) 2020-02-06 20:05:03 +01:00
indices.asciidoc
network.asciidoc
node.asciidoc [DOCS] Adds recommendation on dedicated master-eligible nodes (#51674) 2020-01-31 12:51:46 +01:00
plugins.asciidoc
remote-clusters.asciidoc [DOCS] Document CCR compatibility requirements (#49776) 2019-12-02 15:52:13 -05:00
threadpool.asciidoc Goodbye and thank you synced flush! (#50882) 2020-01-16 09:43:07 -05:00
transport.asciidoc Add Trace Logging of REST Requests (#51684) 2020-02-06 20:05:03 +01:00