Skip to content

Commit 089f44c

Browse files
Update disaster-recovery.adoc
1 parent 1005532 commit 089f44c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ROOT/pages/clustering/multi-region-deployment/disaster-recovery.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ The consequence of this is that all servers may be different in which databases
2626
Losing a server in a cluster may cause some databases to lose a member while others are unaffected.
2727
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.
2828

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.
3030

3131
image::disaster.svg[width="400", title="Example of a cluster disaster", role=popup]
3232

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.
3737
* Database E is unaffected.
3838

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.
4040

4141
== Guide overview
4242
[NOTE]

0 commit comments

Comments
 (0)