summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48262 hanged variable name to check whether it should use the 4.4 FCV ...Luis Osta2020-06-181-17/+17
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-2/+7
* SERVER-48190 Acquire CSRLock in shared mode before submitting ranges for dele...Matthew Saltz2020-05-141-0/+4
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-301-1/+3
* SERVER-47161 Change log message to use UserAssertAfterLogBlake Oler2020-04-271-9/+4
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-04-021-38/+59
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-04-011-4/+13
* SERVER-46194 Applying transfer mods in a migration does not handle write conf...Alex Taskov2020-03-251-8/+13
* SERVER-46507 Convert member variable from migrationId in MigrationDestination...Alex Taskov2020-03-251-14/+15
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-291-13/+43
* SERVER-45770 add to/from information to moveChunk.to log messageJosef Ahmad2020-02-251-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46302 Modified bump_transaction_prevents_extra_deletion_task_write.js ...Alex Taskov2020-02-211-3/+0
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-201-0/+3
* SERVER-42617 Race in CloneDocumentsCatchesInsertErrors can causes it to retur...Tommaso Tocci2020-02-141-16/+20
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-24/+47
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-16/+60
* SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleterAlex Taskov2020-01-301-5/+6
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-201-92/+108
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-10/+9
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-31/+54
* SERVER-44914 A shard receiving its first chunk should locally drop any indexe...Mihai Andrei2019-12-201-1/+50
* SERVER-45047 Create multiVersion test to validate mixed FCV migrationsAlex Taskov2019-12-201-0/+6
* SERVER-42193 Ensure that all existing orphaned documents are eventually clean...Alex Taskov2019-12-111-5/+13
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-44157 On beginning to receive a range, check overlapping ranges in con...Alex Taskov2019-11-061-3/+21
* SERVER-43697 MigrationDestinationManager uses IndexBuildsCoordinator::createI...Benety Goh2019-11-051-41/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-14/+14
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-09-131-3/+3
* SERVER-43295 startIndexBuild kicks off index builds on secondariesBenety Goh2019-09-131-1/+7
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-10/+10
* SERVER-43149 MigrationDestinationManager emits startIndexBuild and commitInde...Benety Goh2019-09-091-2/+22
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...jannaerin2019-08-221-7/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-23/+14
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+2
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-3/+2
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-2/+3
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-3/+2
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-221-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39635 SERVER-39636 SERVER-39637 SERVER-39640 IDL'ify server parameters...Henrik Edin2019-02-251-26/+1
* SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collection crit...Blake Oler2019-02-211-1/+1