Skip to content

Commit e2a1c72

Browse files
committed
DOC-5860 Copy edits and fixed diagram
1 parent e019f4a commit e2a1c72

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/operate/rs/databases/active-active/disaster-recovery.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ If you add a lightweight proxy software component between the clients and the Ac
141141

142142
Advantages:
143143

144-
- Proxies provide out-of-the-box proactive and reactive health check methods, such as polling target health periodically using either a TCP connection or an HTTP request, or monitoring live operations for errors.
144+
- Proxies provide proactive and reactive health check methods, such as polling target health periodically using either a TCP connection or an HTTP request, or monitoring live operations for errors.
145145

146-
- Proxies can be configured to easily run the desired A-A health check policy, such as the lag-aware database availability.
146+
- Proxies can be configured to run Active-Active health checks, such as the lag-aware database availability requests.
147147

148148
- If an Active-Active database member fails, a proxy can automatically detect the issue and redirect traffic to a healthy Active-Active database member without requiring DNS propagation delays or client disconnections. This enables fast, controlled failover and minimizes downtime.
149149

@@ -153,9 +153,9 @@ Considerations:
153153

154154
- The proxies must have static IPs.
155155

156-
- Adding a new node to the cluster requires that the proxy be configured with the new endpoint.
156+
- If you add a new node to the cluster, you must configure the proxy with the new endpoint.
157157

158-
- A config syncer component is required to discover topology changes and reconfigure the proxy.
158+
- A configuration syncer component is required to discover topology changes and reconfigure the proxy.
159159

160160
- Proxies introduce latency.
161161

@@ -167,7 +167,7 @@ If concurrent access across replicas must be avoided in every scenario, you can
167167

168168
Advantages:
169169

170-
- Concurrent access across replicas is not possible.
170+
- Prevents concurrent access across replicas.
171171

172172
- Failover and failback are simultaneous regardless of the Active-Active health check policy.
173173

static/images/active-active-disaster-recovery/proxy-pool.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)