OpenSearch/docs/reference/modules/discovery
Shay Banon 2330421816 Wait till node is part of cluster state for join process
When a node sends a join request to the master, only send back the response after it has been added to the master cluster state and published.
This will fix the rare cases where today, a join request can return, and the master, since its under load, have not yet added the node to its cluster state, and the node that joined will start a fault detect against the master, failing since its not part of the cluster state.
Since now the join request is longer, also increase the join request timeout default.
closes #6480
2014-06-12 18:15:51 +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 Wait till node is part of cluster state for join process 2014-06-12 18:15:51 +02:00