summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-1/+3
* SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleterAlex Taskov2020-01-301-1/+3
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-201-4/+19
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-2/+1
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-0/+3
* SERVER-43443 Remove outdated TODO reference in MigrationDestinationManagerBlake Oler2019-11-111-2/+0
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...jannaerin2019-08-221-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-2/+3
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-271-1/+1
* Revert "SERVER-14394 Move the intial split code to a separate module and add ...Cheahuychou Mao2018-07-261-1/+1
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-261-1/+1
* SERVER-25333 Use StartChunkCloneRequest in the MigrationDestinationManagerBlake Oler2018-07-201-6/+2
* SERVER-27725 Use batch insert when migrating chunksCheahuychou Mao2018-07-201-1/+1
* SERVER-36092 Create internal command to create collection on shard with uuid ...jannaerin2018-07-161-0/+7
* SERVER-25333 Clean up argument passing in the MigrationDestinationManagerBlake Oler2018-07-021-32/+13
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-06-281-4/+2
* SERVER-34159: Redact MigrationDestinationManager messagesSpencer Jackson2018-06-051-7/+8
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-161-0/+8
* Revert "SERVER-32885 Overlap chunk clone application on the donor with fetchi...Blake Oler2018-03-161-8/+0
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-161-0/+8
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-2/+2
* SERVER-32886 Remove unnecessary sleeps during chunk migrationjannaerin2018-02-131-1/+4
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-0/+7
* SERVER-31848 Cleanup CollectionRangeDeleterKaloian Manassiev2017-11-091-2/+4
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-0/+3
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-3/+0
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-0/+3
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-3/+0
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-0/+3
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-251-3/+2
* Revert "SERVER-30748 WithLock to replace _inlock"Robert Guo2017-08-241-2/+3
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-231-3/+2
* SERVER-28884 Better range deletion event trackingNathan Myers2017-05-171-1/+3
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-24/+13
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-26622 _recvChunkCommit to set errmsg reliablyNathan Myers2017-01-271-4/+3
* SERVER-26370 Register incoming migrations on the ActiveMigrationsRegistryKaloian Manassiev2016-09-291-0/+3
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-291-5/+4
* SERVER-26077 Tighten checks around migration session idKaloian Manassiev2016-09-131-3/+12
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-6/+29
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-231-31/+0
* SERVER-23296 Move pending chunk management under MigrationDestinationManagerKaloian Manassiev2016-03-231-0/+37
* SERVER-20290 Introduce migration session idDianna Hohensee2016-02-021-10/+15