-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2023-06-26, QE 2023-07-10, QE 2023-07-24
When we see committed unprepared transaction in DocumentSourceChangeStreamUnwindTransaction, we can safely append no-op oplog entry about the end of this transaction to the stream.
This no-op entry should be filtered according to the namespaces, affected by the transaction.
This entry should be transformed into change stream event.
Event should only appear if showExpandedEvents is true
- is depended on by
-
TOOLS-3341 Investigate changes in SERVER-78269: Generate endOfTransaction change stream event for unprepared transactions
- Accepted
- is duplicated by
-
SERVER-78270 Add transformation from no-op endOfTransaction oplog entries to change stream events in ChangeStreamEventTransformer
- Closed