Skip to content

Commit 8a9b1f8

Browse files
committed
your endpoints should include the system database primaries
1 parent ffabf0f commit 8a9b1f8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ The following sections describe the different methods for server discovery, conf
3434
Depending on the type of xref:configuration/configuration-settings.adoc#config_dbms.cluster.discovery.resolver_type[`dbms.cluster.discovery.resolver_type`] currently in use, the discovery service can use a list of server addresses, DNS records, or Kubernetes services to discover other servers in the cluster.
3535
The discovery configuration is used for initial discovery and to continuously exchange information about changes to the topology of the cluster.
3636

37+
[NOTE]
38+
====
39+
Regardless of the method used to resolve the list of server addresses it should be ensured that the endpoint for each of the servers hosting the system database in primary mode are included.
40+
====
41+
3742
[[clustering-discovery-list]]
3843
=== Discovery using a list of server addresses
3944

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ m|+++10m+++
365365
|===
366366
|Description
367367
a|A comma-separated list of endpoints that a server should contact in order to discover other cluster members.
368-
Typically, all cluster members, including the current server, must be specified in this list.
368+
All cluster members hosting a system database primary must be specified in this list.
369+
However it is typical that all cluster members, including the current server, are specified in this list.
369370
The setting configures the endpoints for Discovery service V1.
370371
|Valid values
371372
a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
@@ -382,8 +383,8 @@ m|
382383
|===
383384
|Description
384385
a|A comma-separated list of endpoints that a server should contact in order to discover other cluster members.
385-
Typically, all cluster members, including the current server, must be specified in this list.
386-
The setting configures the endpoints for Discovery service V2.
386+
All cluster members hosting a system database primary must be specified in this list.
387+
However it is typical that all cluster members, including the current server, are specified in this list.The setting configures the endpoints for Discovery service V2.
387388
|Valid values
388389
a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
389390
|Default value

0 commit comments

Comments
 (0)