Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Sharding 2022-07-11, Sharding 2022-07-25, Sharding 2022-08-08
Description
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
|
}
|
]
|
Attachments
Issue Links
- 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
-