summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-7/+8
* SERVER-60645 Recoverability of recipient shard critical section of a moveChun...Jordi Serra Torrens2021-10-221-444/+572
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-9/+152
* SERVER-60142 Fix MigrationDestinationManager's check for overlapping rangeDel...Jordi Serra Torrens2021-09-231-5/+22
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-2/+4
* SERVER-58603 ensureTempReshardingCollectionExistsWithIndexes may hit an invar...Randolph Tan2021-07-291-0/+10
* SERVER-58241 Overlap fetching of `_xferMods` from the donor with applying the...Allison Easton2021-07-281-53/+59
* SERVER-55429 Add timeout to migrations when waiting for range deletionsMarcos José Grillo Ramirez2021-06-291-1/+2
* SERVER-52906 Delete orphaned document in the recipient before starting the mi...Paolo Polato2021-06-251-49/+54
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-181-5/+5
* SERVER-57709 Make MigrationDestinationManager's inserter thread interruptible...Cheahuychou Mao2021-06-161-1/+4
* SERVER-57578 MigrationDestinationManager checks collection state using Collec...Benety Goh2021-06-141-1/+1
* SERVER-52906 Applying metadata update before dispatching rollback task in mov...Paolo Polato2021-06-111-19/+29
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-05-311-0/+3
* SERVER-55573 Deadlock between stepdown and chunk migrationPierlauro Sciarelli2021-05-251-1/+5
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+1
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-121-2/+21
* SERVER-47123 remove sharding (and resharding) references to AutoGetOrCreateDbBenety Goh2021-04-291-2/+2
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-231-16/+16
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-221-16/+16
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-221-16/+16
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-2/+2
* SERVER-54333 Consider increasing MigrationDestinationManager::startCommit tim...Pierlauro Sciarelli2021-03-181-1/+4
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-0/+3
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+2
* SERVER-50871 Add logging to SessionCatalogMigrationDestination to make it eas...Jason Zhang2021-01-221-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-1/+2
* SERVER-50023 Implement temporary resharding collection creation logic on shar...Jack Mulrow2020-09-301-29/+81
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-6/+6
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-1/+1
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-5/+16
* SERVER-49681 Move persistent task store under dbPierlauro Sciarelli2020-07-201-1/+1
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-161-22/+90
* SERVER-48556 Return full error string including code name from migration thre...Alex Taskov2020-07-151-1/+1
* SERVER-48174 Add log component and LOGV2 messages in server to measure latenc...Allison Easton2020-06-251-0/+10
* SERVER-48231 Delete dead code in MigrationDestinationManagerAllison Easton2020-06-181-62/+0
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-112/+56
* SERVER-48190 Acquire CSRLock in shared mode before submitting ranges for dele...Matthew Saltz2020-05-131-0/+4
* SERVER-47719 Use migration ID to indicate disabled resumable range deleterAlex Taskov2020-04-271-17/+28
* SERVER-47161 Change log message to use UserAssertAfterLogBlake Oler2020-04-231-9/+4
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-1/+3
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-5/+6
* SERVER-44787 Make migrationId in StartChunkCloneRequest non-optional after 4....Alex Taskov2020-04-081-33/+18
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-03-311-38/+59
* SERVER-46833 Remove FCV-dependent code related to the Resumable Range Deleter...Alex Taskov2020-03-271-7/+2