File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ transaction aborts.
55
55
56
56
Increasing :parameter:`maxTransactionLockRequestTimeoutMillis` allows
57
57
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
59
59
momentary concurrent lock acquisitions, like fast-running metadata
60
60
operations. However, this could possibly delay the abort of deadlocked
61
61
transaction operations.
Original file line number Diff line number Diff line change @@ -1264,7 +1264,7 @@ Logical Session Parameters
1264
1264
locks immediately, the transaction aborts.
1265
1265
1266
1266
- 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
1268
1268
momentary concurrent lock acquisitions, like fast-running metadata
1269
1269
operations. However, this could possibly delay the abort of
1270
1270
deadlocked transaction operations.
You can’t perform that action at this time.
0 commit comments