Skip to content

Commit 676ae97

Browse files
Update configuration-settings.adoc
1 parent 2e52ee4 commit 676ae97

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ 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-
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.
370368
The setting configures the endpoints for Discovery service V1.
371369
|Valid values
372370
a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
@@ -383,15 +381,19 @@ m|
383381
|===
384382
|Description
385383
a|A comma-separated list of endpoints that a server should contact in order to discover other cluster members.
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.
388384
The setting configures the endpoints for Discovery service V2.
389385
|Valid values
390386
a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
391387
|Default value
392388
m|
393389
|===
394390

391+
[NOTE]
392+
====
393+
`dbms.cluster.discovery.endpoints` and `dbms.cluster.discovery.v2.endpoints` must contain all cluster members hosting a `system` database in primary mode.
394+
However, it is typical that all cluster members, including the current server, are specified in those lists.
395+
====
396+
395397
[role=label--enterprise-edition label--new-5.22 label--deprecated-5.26]
396398
[[config_dbms.cluster.discovery.version]]
397399
=== `dbms.cluster.discovery.version`

0 commit comments

Comments
 (0)