File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
docs/reference/modules/discovery Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ nodes with which to form a cluster. This process runs when you start an
66Elasticsearch node or when a node believes the master node failed and continues
77until the master node is found or a new master node is elected.
88
9- Discovery operates in two phases: First, each node probes the addresses of all
10- known master-eligible nodes by connecting to each address and attempting to
11- identify the node to which it is connected. Secondly it shares with the remote
12- node a list of all of its known master-eligible peers and the remote node
13- responds with _its_ peers in turn. The node then probes all the new nodes that
14- it just discovered, requests their peers, and so on.
15-
169This process starts with a list of _seed_ addresses from one or more
1710<<built-in-hosts-providers,hosts providers>>, together with the addresses of
1811any master-eligible nodes that were in the last known cluster. The process
You can’t perform that action at this time.
0 commit comments