-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
Transaction coordinator should send writeEndOfTransaction commands to some shards to persist no-op oplog endOfTransaction entry.
The set of shards for it is determined by the list of affected namespaces: for each affected namespaces there should be at least one shard that owns a chunk from this namespaces with endOfTransaction entry.
This is needed so if a change stream targets this namespace, it will be able to pick up at least one endOfTransaction entry.
This process should not block transaction from completing and allow next transaction to be started on the session.
- depends on
-
SERVER-78271 Add writeEndOfTransaction internal command
- Open