-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
v5.0
-
Sharding 2021-07-12
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This enables a change stream on the temporary resharding collection to learn when data is strictly consistent.
{
op: "n",
ns: "<database>.system.resharding.<existingUUID>",
ui: <reshardingUUID>,
o: {msg: "Temporary resharding collection now has strictly consistent view of the data"},
o2: {type: "reshardDoneCatchUp", reshardingUUID: <reshardingUUID>},
fromMigrate: true,
}
- is depended on by
-
SERVER-50637 Expose reshardDoneCatchUp no-op oplog entry as change event
-
- Closed
-