summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source_legacy.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40301 Don't hold mutex while doing queries in nextCloneBatch and nextM...Randolph Tan2019-04-031-40/+81
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-201-0/+19
* SERVER-39926 Observe prepared transactions on prepare for migration to guaran...Blake Oler2019-03-081-21/+3
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-5/+5
* SERVER-38828 Use condition_variable::wait with a predicate to safeguard again...Blake Oler2019-02-221-6/+2
* SERVER-39021 Switch migrations to observe multi-statement transaction CRUD st...Blake Oler2019-02-211-51/+78
* SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collection crit...Blake Oler2019-02-211-2/+57
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36130 Verify shardId rather than connection string during migrationjannaerin2018-08-281-3/+5
* SERVER-20865 Record sharding related counters in serverStatusSarah Zhou2018-08-081-0/+2
* SERVER-31031 Skip oplog entries that are unrelated to the chunk being migratedBlake Oler2018-08-011-7/+23
* SERVER-35658 Check for rollback at end of each session migration batchMatthew Saltz2018-07-241-13/+4
* SERVER-36155 Remove DeleteNotificationStage.David Storch2018-07-201-84/+4
* Revert "SERVER-31031 Skip oplog entries that are unrelated to the chunk being...Blake Oler2018-07-101-13/+3
* SERVER-31031 Skip oplog entries that are unrelated to the chunk being migratedBlake Oler2018-07-091-3/+13
* Revert "SERVER-31031 Skip oplog entries that are unrelated to the chunk being...Blake Oler2018-07-061-14/+3
* SERVER-31031 Skip oplog entries that are unrelated to the chunk being migratedBlake Oler2018-07-051-3/+14
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-1/+1
* SERVER-34571 Ensure _deleteNotifyExec in MigrationChunkClonerSourceLegacy alw...Matthew Saltz2018-04-231-3/+7
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+3
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-3/+0
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+3
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-3/+2
* SERVER-32886 Remove unneccessary sleeps in chunk migrationjannaerin2018-03-081-1/+1