Skip to content

Commit a3a1347

Browse files
Apply suggestions from code review
1 parent c734efe commit a3a1347

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
*** xref:clustering/monitoring/endpoints.adoc[]
169169
*** xref:clustering/monitoring/status-check.adoc[]
170170
** Resilient cluster deployment
171-
*** xref:clustering/multi-region-deployment/multi-data-center-routing.adoc[]
172171
*** xref:clustering/multi-region-deployment/geo-redundant-deployment.adoc[]
172+
*** xref:clustering/multi-region-deployment/multi-data-center-routing.adoc[]
173173
*** xref:clustering/multi-region-deployment/disaster-recovery.adoc[]
174174
//** xref:clustering/internals.adoc[]
175175
** xref:clustering/settings.adoc[]

modules/ROOT/pages/clustering/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This chapter describes the following:
1414
** xref:clustering/setup/discovery.adoc[Cluster server discovery] -- How servers in a cluster discover each other and form a cluster.
1515
** xref:clustering/setup/routing.adoc[Leadership, routing and load balancing] -- Election of leaders, routing and load balancing.
1616
** xref:clustering/setup/encryption.adoc[Intra-cluster encryption] -- How to secure the cluster communication.
17-
* xref:clustering/servers.adoc[Managing servers in a cluster] -- How to manage manage the servers in a cluster.
17+
* xref:clustering/servers.adoc[Managing servers in a cluster] -- How to manage the servers in a cluster.
1818
* xref:clustering/unbind.adoc[Unbind a server] -- How to remove and archive the cluster state of a cluster server so that it can rebind to a cluster.
1919
* xref:clustering/databases.adoc[Managing databases in a cluster] -- How to manage the databases in a cluster.
2020
* Monitoring -- Monitoring of a cluster.
@@ -23,8 +23,8 @@ This chapter describes the following:
2323
** xref:clustering/monitoring/endpoints.adoc[Monitor cluster endpoints for status information] -- The endpoints and semantics of endpoints used to monitor the health of the cluster.
2424
** xref:clustering/monitoring/status-check.adoc[Monitor replication status] -- The procedure to monitor which members of a clustered database are up-to-date and can participate in a successful replication.
2525
* Resilient cluster deployment -- Recommendations and guidance on how to set up a resilient cluster which ensures your database stays available, fast, and recoverable even under failures.
26-
** xref:clustering/multi-region-deployment/multi-data-center-routing.adoc[Multi-data center routing] -- Clusters on multi-data centers.
2726
** xref:clustering/multi-region-deployment/geo-redundant-deployment.adoc[] -- Recommended patterns of cluster deployment across multiple cloud regions / data centers.
27+
** xref:clustering/multi-region-deployment/multi-data-center-routing.adoc[Multi-data center routing] -- Clusters on multi-data centers.
2828
** xref:clustering/multi-region-deployment/disaster-recovery.adoc[Disaster recovery] -- How to recover a cluster in the event of a disaster.
2929
* xref:clustering/settings.adoc[Settings reference] -- A summary of the most important cluster settings.
3030
* xref:clustering/server-syntax.adoc[Server commands reference] -- Reference of Cypher administrative commands to add and manage servers.

modules/ROOT/pages/clustering/multi-region-deployment/geo-redundant-deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ In that case a failure of a member in DC1 means the database is write-unavailabl
147147
If leadership shifts to DC2, this makes all writes slow.
148148

149149
Finally, there is no guarantee against data loss if DC1 goes down.
150-
Beacuse the primary member in DC2 may not be up to date with writes, even in append.
150+
Because the primary member in DC2 may not be up to date with writes, even in append.
151151

152152

153153

0 commit comments

Comments
 (0)