Skip to content

Commit f2595bf

Browse files
authored
fix acrolinx spelling issue
1 parent aaad669 commit f2595bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-db-wait-stats-azure-sql-database.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ monikerRange: "= azuresqldb-current"
288288
|RESOURCE_SEMAPHORE_QUERY_COMPILE|Occurs when the number of concurrent query compilations reaches a throttling limit. High waits and wait times may indicate excessive compilations, recompiles, or uncachable plans.|
289289
|RESOURCE_SEMAPHORE_SMALL_QUERY|Occurs when memory request by a small query cannot be granted immediately due to other concurrent queries. Wait time should not exceed more than a few seconds, because the server transfers the request to the main query memory pool if it fails to grant the requested memory within a few seconds. High waits may indicate an excessive number of concurrent small queries while the main memory pool is blocked by waiting queries.|
290290
|SE_REPL_CATCHUP_THROTTLE|Occurs when the transaction is waiting for one of the database secondaries to make progress.|
291-
|SE_REPL_COMMIT_ACK|Occurs when the transaction is waiting for quorum commit acknowledgement from secondary replicas.|
292-
|SE_REPL_COMMIT_TURN|Occurs when the transaction is waiting for commit after receiving quorum commit acknowledgements.|
293-
|SE_REPL_ROLLBACK_ACK|Occurs when the transaction is waiting for quorum rollback acknowledgement from secondary replicas.|
291+
|SE_REPL_COMMIT_ACK|Occurs when the transaction is waiting for quorum commit acknowledgment from secondary replicas.|
292+
|SE_REPL_COMMIT_TURN|Occurs when the transaction is waiting for commit after receiving quorum commit acknowledgments.|
293+
|SE_REPL_ROLLBACK_ACK|Occurs when the transaction is waiting for quorum rollback acknowledgment from secondary replicas.|
294294
|SE_REPL_SLOW_SECONDARY_THROTTLE|Occurs when the thread is waiting for one of the database secondary replicas.|
295295
|SEC_DROP_TEMP_KEY|Occurs after a failed attempt to drop a temporary security key before a retry attempt.|
296296
|SECURITY_MUTEX|Occurs when there is a wait for mutexes that control access to the global list of Extensible Key Management (EKM) cryptographic providers and the session-scoped list of EKM sessions.|
@@ -387,4 +387,4 @@ monikerRange: "= azuresqldb-current"
387387

388388
[sys.dm_os_sys_info (Transact-SQL)](sys-dm-os-sys-info-transact-sql.md)
389389
[sys.dm_tran_locks (Transact-SQL)](sys-dm-tran-locks-transact-sql.md)
390-
[sys.dm_os_waiting_tasks (Transact-SQL)](sys-dm-os-waiting-tasks-transact-sql.md)
390+
[sys.dm_os_waiting_tasks (Transact-SQL)](sys-dm-os-waiting-tasks-transact-sql.md)

0 commit comments

Comments
 (0)