Skip to content

Commit 81a9972

Browse files
Update the discovery settings for the 5.26.2 release
1 parent 93e38de commit 81a9972

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +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+
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.
368370
The setting configures the endpoints for Discovery service V1.
369371
|Valid values
370372
a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
@@ -381,6 +383,8 @@ m|
381383
|===
382384
|Description
383385
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.
384388
The setting configures the endpoints for Discovery service V2.
385389
|Valid values
386390
a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
@@ -412,6 +416,8 @@ Possible values are:
412416
* `V2_OVER_V1` -- it runs both Discovery Service V1 and Discovery Service V2, where V2 is the main service and V1 runs in the background.
413417

414418
* `V2_ONLY` -- it runs only discovery service v2.
419+
420+
This setting is deprecated because in the next major version it is removed, since there will only be the V2 discovery service.
415421
|Valid values
416422
a|One of [V1_ONLY, V1_OVER_V2, V2_OVER_V1, V2_ONLY].
417423
|Default value

0 commit comments

Comments
 (0)