Skip to content

Commit aa52a60

Browse files
Update content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Co-authored-by: Rachel Elledge <[email protected]>
1 parent e8eca50 commit aa52a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/rs/databases/active-active/develop/app-failover-active-active.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Active-Active databases don't include built-in application failover mechanisms.
2525
4. **Failback** to the local replica when it recovers
2626

2727
{{< warning >}}
28-
**Data consistency considerations**: Active-Active replication is asynchronous. Applications that failover to another replica may miss recent write operations, which can impact data consistency.
28+
**Data consistency considerations**: Active-Active replication is asynchronous. Applications that failover to another replica may miss recent write operations, which can impact data consistency. If the failed replica saved the write operations in persistent storage, then the write operations are processed when the failed replica recovers.
2929
{{< /warning >}}
3030

3131
## Prerequisites

0 commit comments

Comments
 (0)