-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Sharding 2022-07-11, Sharding 2022-07-25, Sharding 2022-08-08
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Using the following agg pipeline
[
{
_id: {$gte: <last seen _id>} // only if resuming
},
{
$_internalReshardingOwnershipMatch: {
recipientShardId: <>, reshardingKey: <uniqueIdxKeyPattern>
}
},
{
$match: <partialFilterExpression from index spec> // only if present
}
]
- is depended on by
-
SERVER-67559 Implement global index cloner primary only service
-
- Closed
-
- is related to
-
SERVER-67564 Implement progress tracking and resumability for global index fetcher
-
- Closed
-