-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
v5.0
-
Sharding 2021-06-28
-
1
This enables a change stream on the existing sharded collection to learn a resharding operation has started.
{ op: "n", ns: "<database>.<collection>", ui: <existingUUID>, o: {msg: "Created temporary resharding collection"}, o2: {type: "reshardBegin", reshardingUUID: <reshardingUUID>}, fromMigrate: true, }
- is depended on by
-
SERVER-50522 Expose reshardBegin no-op oplog entry as change event
- Closed
- is related to
-
SERVER-50023 Implement temporary resharding collection creation logic on shard version update on recipient shards
- Closed