Skip to content

Commit

Permalink
Update configuration-settings.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina authored Jan 8, 2025
1 parent 2e52ee4 commit 676ae97
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions modules/ROOT/pages/configuration/configuration-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ m|+++10m+++
|===
|Description
a|A comma-separated list of endpoints that a server should contact in order to discover other cluster members.
All cluster members hosting a system database primary must be specified in this list.
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 V1.
|Valid values
a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
Expand All @@ -383,15 +381,19 @@ m|
|===
|Description
a|A comma-separated list of endpoints that a server should contact in order to discover other cluster members.
All cluster members hosting a system database primary must be specified in this list.
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.
|Valid values
a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
|Default value
m|
|===

[NOTE]
====
`dbms.cluster.discovery.endpoints` and `dbms.cluster.discovery.v2.endpoints` must contain all cluster members hosting a `system` database in primary mode.
However, it is typical that all cluster members, including the current server, are specified in those lists.
====

[role=label--enterprise-edition label--new-5.22 label--deprecated-5.26]
[[config_dbms.cluster.discovery.version]]
=== `dbms.cluster.discovery.version`
Expand Down

0 comments on commit 676ae97

Please sign in to comment.