Skip to content

Commit 067850f

Browse files
AttinderPalSinghrwestMSFT
authored andcommitted
Update availability-modes-always-on-availability-groups.md
1 parent 86a020d commit 067850f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/database-engine/availability-groups/windows/availability-modes-always-on-availability-groups.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ ms.custom:
2222

2323
In [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)], the *availability mode* is a replica property that determines whether a given availability replica can run in synchronous-commit mode. For each availability replica, the availability mode must be configured for either synchronous-commit mode, asynchronous-commit, or configuration only mode.
2424
If the primary replica is configured for *asynchronous-commit mode*, it doesn't wait for any secondary replica to write incoming transaction log records to disk (to *harden the log*). If a given secondary replica is configured for asynchronous-commit mode, the primary replica doesn't wait for that secondary replica to harden the log. If both the primary replica and a given secondary replica are both configured for *synchronous-commit mode*, the primary replica waits for the secondary replica to confirm that it has hardened the log (unless the secondary replica fails to ping the primary replica within the primary's *session-timeout period*).
25-
2625

2726
> [!NOTE]
28-
> If primary's session-timeout period is exceeded by a secondary replica, the primary replica temporarily shifts into asynchronous-commit mode for that secondary replica. When the secondary replica reconnects with the primary replica, they resume synchronous-commit mode.
27+
> If a synchronous-commit secondary replica exceeds the primary replica's session-timeout period (default is [10 seconds](#HowSyncWorks)), the primary replica temporarily marks the synchronization state of every database on this secondary replica as `NOT SYNCHRONIZING` and the replica state as `NOT_HEALTHY`. When the secondary replica reconnects with the primary replica, they resume synchronous-commit mode.
2928
3029

3130
## <a name="SupportedAvModes"></a> Supported availability modes

0 commit comments

Comments
 (0)