Skip to content

Commit 2707fcd

Browse files
committed
Lemme see if this helps
1 parent 4e180fc commit 2707fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If the current primary is configured for asynchronous commit availability mode,
7272

7373
## <a name="SyncCommitAvMode"></a> Synchronous-Commit Availability Mode
7474

75-
Under synchronous-commit availability mode (*synchronous-commit mode*), after being joined to an availability group, a secondary database catches up to the corresponding primary database and enters the SYNCHRONIZED state. The secondary database remains SYNCHRONIZED as long as data synchronization continues. This guarantees that every transaction that is committed on a given primary database, has also been committed on the corresponding secondary database. When every secondary database on a given secondary replica is synchronized, the synchronization-health state of the secondary replica as a whole is HEALTHY.
75+
Under synchronous-commit availability mode (*synchronous-commit mode*), after being joined to an availability group, a secondary database catches up to the corresponding primary database and enters the SYNCHRONIZED state. The secondary database remains SYNCHRONIZED as long as data synchronization continues. This guarantees that every transaction committed on a given primary database is committed on the corresponding secondary database. When every secondary database on a given secondary replica is synchronized, the synchronization-health state of the secondary replica as a whole is HEALTHY.
7676

7777

7878
**In This Section:**
@@ -88,7 +88,7 @@ Under synchronous-commit availability mode (*synchronous-commit mode*), after be
8888
### <a name="DisruptSync"></a> Factors That Disrupt Data Synchronization
8989
Once all of its databases are synchronized, a secondary replica enters the HEALTHY state. The synchronized secondary replica will remain healthy unless one of the following occurs:
9090

91-
- A network or computer delay or glitch causes the session between the secondary replica and primary replica to timeout.
91+
- A network or computer delay or glitch causes the session between the secondary replica and primary replica to time out.
9292

9393

9494
> [!NOTE]

0 commit comments

Comments
 (0)