-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Minor Change
-
ALL
-
Repl 2024-11-11
-
0
SERVER-77172 introduced a new code path that can terminate the session without logging this line.
this situation can occur when the abortExpiredTransactions job takes longer than the gAbortExpiredTransactionsSessionCheckoutTimeout, which is set to 100 milliseconds, after the multi-statement transaction's OperationContext has been killed to check out its session.
So for this test we need to set AbortExpiredTransactionsSessionCheckoutTimeout to a large value to not fail on slow machine.
- related to
-
SERVER-77172 "abortExpiredTransactions" thread can get stuck if it fails to checkout a session
- Closed