Skip to content

Commit b18f78e

Browse files
committed
tweak wording
1 parent 6639497 commit b18f78e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/core/transactions-production-consideration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ transaction aborts.
5555

5656
Increasing :parameter:`maxTransactionLockRequestTimeoutMillis` allows
5757
operations in the transactions to wait the specified time to acquire
58-
the required locks. This can help obviate transaction abortion on
58+
the required locks. This can help obviate transaction aborts on
5959
momentary concurrent lock acquisitions, like fast-running metadata
6060
operations. However, this could possibly delay the abort of deadlocked
6161
transaction operations.

source/reference/parameters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ Logical Session Parameters
12641264
locks immediately, the transaction aborts.
12651265

12661266
- A number greater than ``0`` to wait the specified time to acquire
1267-
the required locks. This can help obviate transaction abortion on
1267+
the required locks. This can help obviate transaction aborts on
12681268
momentary concurrent lock acquisitions, like fast-running metadata
12691269
operations. However, this could possibly delay the abort of
12701270
deadlocked transaction operations.

0 commit comments

Comments
 (0)