Skip to content

Commit 2887418

Browse files
authored
Merge pull request #191758 from MladjoA/patch-7
Update auto-failover-group-sql-mi.md
2 parents 8598cc1 + f1c2d8c commit 2887418

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/azure-sql/managed-instance/auto-failover-group-sql-mi.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
author: MladjoA
1010
ms.author: mlandzic
1111
ms.reviewer: kendralittle, mathoma
12-
ms.date: 03/01/2022
12+
ms.date: 03/15/2022
1313
---
1414

1515
# Auto-failover groups overview & best practices (Azure SQL Managed Instance)
@@ -185,6 +185,13 @@ Due to the high latency of wide area networks, geo-replication uses an asynchron
185185
> [!NOTE]
186186
> `sp_wait_for_database_copy_sync` prevents data loss after geo-failover for specific transactions, but does not guarantee full synchronization for read access. The delay caused by a `sp_wait_for_database_copy_sync` procedure call can be significant and depends on the size of the not yet transmitted transaction log on the primary at the time of the call.
187187
188+
## Auto-failover group status
189+
Auto-failover group reports its status describing the current state of the data replication:
190+
191+
- Seeding - [Initial seeding](auto-failover-group-sql-mi.md#initial-seeding) is taking place after creation of the failover group, until all user databases are initialized on the secondary instance. Failover process cannot be initiated while auto-failover group is in the Seeding status, since user databases are not copied to secondary instance yet.
192+
- Synchronizing - the usual status of auto-failover group. It means that data changes on the primary instance are being replicated asynchronously to the secondary instance. This status doesn't guarantee that the data is fully synchronized at every moment. There may be data changes from primary still to be replicated to the secondary due to asynchronous nature of the replication process between instances in the auto-failover group. Both automatic and manual failovers can be initiated while the auto-failover group is in the Seeding status.
193+
- Failover in progress - this status indicates that either automatically or manually initiated failover process is in progress. No changes to the failover group or additional failovers can be initiated while the auto-failover group is in this status.
194+
188195
## Permissions
189196

190197
<!--

0 commit comments

Comments
 (0)