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: content/operate/rs/databases/active-active/disaster-recovery.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,9 +141,9 @@ If you add a lightweight proxy software component between the clients and the Ac
141
141
142
142
Advantages:
143
143
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.
145
145
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.
147
147
148
148
- 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.
149
149
@@ -153,9 +153,9 @@ Considerations:
153
153
154
154
- The proxies must have static IPs.
155
155
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.
157
157
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.
159
159
160
160
- Proxies introduce latency.
161
161
@@ -167,7 +167,7 @@ If concurrent access across replicas must be avoided in every scenario, you can
167
167
168
168
Advantages:
169
169
170
-
-Concurrent access across replicas is not possible.
170
+
-Prevents concurrent access across replicas.
171
171
172
172
- Failover and failback are simultaneous regardless of the Active-Active health check policy.
0 commit comments