Skip to content

Commit 83017a5

Browse files
Clarify that you have to list system primaries in your endpoints (#2057)
This PR is related to #2016.
1 parent 36bf927 commit 83017a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Neo4j provides several mechanisms for cluster members to discover each other and
1414
In Neo4j 5.23, a new discovery service was introduced.
1515
You must move to the new version before you start using Neo4j 2025.01.
1616
17-
See link:https://neo4j.com/docs/operations-manual/5/clustering/setup/discovery/[the guide for the Neo4j 5.x series] for more information.
17+
Details are provided in link:https://neo4j.com/docs/operations-manual/5/clustering/setup/discovery/#clustering-discovery-v1-to-v2[the guide for the Neo4j 5.x series].
1818
====
1919

2020
[[clustering-discovery-methods]]
@@ -23,6 +23,11 @@ See link:https://neo4j.com/docs/operations-manual/5/clustering/setup/discovery/[
2323
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.
2424
The discovery configuration is used for initial discovery and to continuously exchange information about changes to the topology of the cluster.
2525

26+
[NOTE]
27+
====
28+
Regardless of the method used to resolve the list of server addresses, ensure that the endpoint for each server hosting the `system` database in primary mode is included.
29+
====
30+
2631
[[clustering-discovery-list]]
2732
=== Discovery using a list of server addresses
2833

0 commit comments

Comments
 (0)