@@ -365,6 +365,8 @@ m|+++10m+++
365365|===
366366|Description
367367a|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.
368370The setting configures the endpoints for Discovery service V1.
369371|Valid values
370372a|A comma-separated list where each element is a socket address in the format of `hostname:port`, `hostname`, or `:port`.
381383|===
382384|Description
383385a|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.
384388The setting configures the endpoints for Discovery service V2.
385389|Valid values
386390a|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
416422a|One of [V1_ONLY, V1_OVER_V2, V2_OVER_V1, V2_ONLY].
417423|Default value
0 commit comments