summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source_legacy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-211-2/+18
* SERVER-56307 fix name of server parameterPaolo Polato2021-06-211-1/+1
* SERVER-56307 Ensure that the estimated size of an object id is always bigger ...Paolo Polato2021-06-211-3/+4
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-06-211-5/+43
* Revert "SERVER-56307 Allow the donor to enter the critical section when the u...Paolo Polato2021-06-151-43/+5
* Revert "SERVER-56307 Ensure that the estimated size of an object id is always...Paolo Polato2021-06-151-4/+3
* Revert "SERVER-56307 fix name of server parameter"Paolo Polato2021-06-151-1/+1
* SERVER-56307 fix name of server parameterPaolo Polato2021-06-141-1/+1
* SERVER-56307 Ensure that the estimated size of an object id is always bigger ...Paolo Polato2021-05-121-3/+4
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-121-5/+43
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-2/+2
* SERVER-55298: fix BSONObjTooLarge error when calling removeShard on a jumbo c...LaMont Nelson2021-03-311-19/+13
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+7
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* SERVER-48994 LogTransactionOperationsForShardingHandler must use Uninterrupti...Pierlauro Sciarelli2020-06-231-3/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-56/+55
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-4/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46830 remove CWRWC FCV 4.4 codeKevin Pulo2020-04-081-9/+6
* SERVER-44787 Make migrationId in StartChunkCloneRequest non-optional after 4....Alex Taskov2020-04-081-84/+4
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-03-311-17/+27
* SERVER-45207 Address of stack memory associated with local variable 'replOper...Alex Taskov2020-03-111-2/+2
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-0/+22
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-211-30/+83
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-14/+31
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-1/+5
* SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleterAlex Taskov2020-01-301-2/+5
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-14/+29
* SERVER-44161 Add migration UUID to StartChunkCloneRequestMatthew Saltz2019-11-221-0/+3
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-051-108/+246
* SERVER-43103 fix divison by zero when moving extremely small chunksMarcos José Grillo Ramírez2019-10-161-0/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-14/+14
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-12/+12
* SERVER-42751 Take CSRLock when observing transaction commit for migrationAlex Taskov2019-08-291-1/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-17/+6
* SERVER-41734 Return 'char' instead of 'const char' in anonymous function sign...Blake Oler2019-06-241-1/+1
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-201-40/+102
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-131-85/+36
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-121-36/+85
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41074 Make decision to send pre/post image oplog the same as the decis...Randolph Tan2019-05-171-18/+6
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-05-071-1/+1
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-11/+52
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-241-4/+13
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1