OpenSearch/docs/reference/modules
David Turner 00b9098250 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:15:01 +00:00
..
cluster Document all shard allocation filtering attributes (#46992) 2019-11-21 08:30:30 -05:00
discovery Ignore timeouts with single-node discovery (#52159) 2020-02-11 14:15:01 +00:00
indices [DOCS] Expands the documentation of Node Query Cache (#51105) 2020-01-20 11:13:29 +01:00
cluster.asciidoc [Zen2] Update documentation for Zen2 (#34714) 2018-12-20 13:02:44 +00:00
cross-cluster-search.asciidoc [DOCS] Replace cross-cluster search PNG images with SVGs (#49395) 2019-11-21 09:06:33 -05: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 Add Trace Logging of REST Requests (#51684) (#52015) 2020-02-07 09:03:20 +01:00
indices.asciidoc [Doc] Fix typo in indices module docs (#48598) 2019-10-28 21:40:09 +01: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 [DOCS] Adds recommendation on dedicated master-eligible nodes (#51674) 2020-01-31 12:56:58 +01:00
plugins.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
remote-clusters.asciidoc [DOCS] Document CCR compatibility requirements (#49776) 2019-12-02 15:53:00 -05:00
threadpool.asciidoc [DOCS] Removes the default size definition of thread pool types (#49442) 2019-11-22 11:20:11 +01:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc Add Trace Logging of REST Requests (#51684) (#52015) 2020-02-07 09:03:20 +01:00