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