You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clustering/multi-region-deployment/disaster-recovery.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,17 @@ The consequence of this is that all servers may be different in which databases
26
26
Losing a server in a cluster may cause some databases to lose a member while others are unaffected.
27
27
Therefore, in a disaster where one or more servers go down, some databases may keep running with little to no impact, while others may lose all their allocated resources.
28
28
29
-
Figure 2 shows the cluster in a state of panic when three servers are lost, demonstrating that this situation impacts databases in different ways.
29
+
Figure 2 shows the disaster when three servers are lost, demonstrating that this situation impacts databases in different ways.
30
30
31
31
image::disaster.svg[width="400", title="Example of a cluster disaster", role=popup]
32
32
33
-
* For database A -- all primary copies are lost.
34
-
* For database B -- the primary copy is lost, the secondary copy is available.
35
-
* For database C -- two primary copies and a secondary one are lost.
36
-
* For database D -- one primary and two secondaries are lost.
33
+
* For database A -- all allocations are lost.
34
+
* For database B -- the primary allocation is lost, and the secondary allocation is available.
35
+
* For database C -- two primary allocations and a secondary one are lost.
36
+
* For database D -- one primary allocation and two secondary allocations are lost.
37
37
* Database E is unaffected.
38
38
39
-
Although databases C and D share the same topology, their primaries and secondaries are allocated differently, requiring distinct recovery strategies in the event of a disaster.
39
+
Although databases C and D share the same topology, their primaries and secondaries are allocated differently, requiring distinct recovery strategies in this disaster example.
0 commit comments