-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 6.0.15
-
Component/s: None
-
None
-
Query Execution
The renameCollection command in v6.0 generates a change event per shard. These events may get identical resume tokens.
This does not make any problems when change stream events are consumed contiguously, however, if the stream is interrupted and resumed on the first of the identical events, the subsequent identical events will be skipped which might be unexpected by some event readers.
- is related to
-
SERVER-34554 Database drops do not have a total ordering in a change stream
- Backlog
-
SERVER-42008 Simultaneous sharded collection drops do not have a total ordering in change streams
- Backlog
-
SERVER-90023 dropIndexes events do not have total ordering in change streams
- Backlog