Skip to content

Commit 3f5dd79

Browse files
authored
Remove duplicate paragraph (#36942)
1 parent 7f3b9c8 commit 3f5dd79

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/reference/modules/discovery/discovery.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ nodes with which to form a cluster. This process runs when you start an
66
Elasticsearch node or when a node believes the master node failed and continues
77
until 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-
169
This process starts with a list of _seed_ addresses from one or more
1710
<<built-in-hosts-providers,hosts providers>>, together with the addresses of
1811
any master-eligible nodes that were in the last known cluster. The process

0 commit comments

Comments
 (0)