-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2022-09-19
The TransactionParticipant maintains a list of completed operations in a vector along with some associated statistics (size in bytes, pre/post-images, statement ids). There are two methods it uses to reset these operations and statistics:
Current, _resetTransactionStateAndUnlock() does not reset numberOfPrePostImagesToWrite, something that clearOperationsInMemory() does. It would nice to resolve this inconsistency.
- is related to
-
SERVER-45805 Add recordPreImages flag to collMod and create commands
- Closed
-
SERVER-61190 [Retryability] Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWrite
- Closed
-
SERVER-68860 add container type to hold replicated operations for TransactionParticipant
- Closed