-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
Query
-
v4.0
Trying to resume a changeStream without a specific collation on a collection that has been dropped will currently trigger an error since there is the UUID provided by the resumeToken will not be in the server's catalog, and so the server won't know which collation to use.
This code is being changed in SERVER-32088. Once that is resolved, we should test this behavior.
- depends on
-
SERVER-32088 ChangeStream resumeAfter does not work on sharded collections if not all shards have chunks for the collection
- Closed