OpenSearch/docs/reference/modules/discovery
Shay Banon 9c98bb3554 Have a dedicated join timeout that is higher than ping.timeout for node join
Using ping.timeout, which defaults to 3s, to use as a timeout value on the join request a node makes to the master once its discovered can be too small, specifically when there is a large cluster state involved (and by definition, all the buffers and such on the nio layer will be "cold"). Introduce a dedicated join.timeout setting, that by default is 10x the ping.timeout (so 30s by default).
closes #6342
2014-05-30 12:42:08 +02:00
..
azure.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
ec2.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gce.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
zen.asciidoc Have a dedicated join timeout that is higher than ping.timeout for node join 2014-05-30 12:42:08 +02:00