-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
v6.0, v5.0
-
Execution Team 2022-05-30
-
0
Currently there is a small window on a few code paths where we could conceivably throw after releasing our RAII class WiredTigerBeginTransactionBlock but before marking the RecoveryUnit active. This could result in leaving a transaction open on the underlying WT_SESSION.
- is related to
-
SERVER-64178 Add RecoveryUnit debug logs to WT::begin_transaction() calls
- Open