-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Sharding
-
Fully Compatible
-
Sharding 2020-09-21, Sharding 2020-10-05
-
0
- Call MutableOplogEntry::setReshardDest() with the result of getDestinedRecipient() in MutableOplogEntry::makeInsertOperation(). (for transactions)
- Call MutableOplogEntry::setReshardDest() with the result of getDestinedRecipient() in repl::logInsertOps(). (for non-transactions)
- causes
-
SERVER-53678 No-op for filling in destined recipient for insert oplog entries adds overhead on non-shardsvrs
- Closed
-
SERVER-53679 No-op for filling in destined recipient for insert oplog entries adds overhead on shardsvrs not running resharding
- Closed
- has to be done after
-
SERVER-49820 Allow setting destined recipient in oplog entries
- Closed
-
SERVER-49821 Define utility function for getting recipient which would own document under new shard key
- Closed
- related to
-
SERVER-75787 remove std::function reference from repl::logInsertOps
- Closed