summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer/migration_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-051-2/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-11/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-4/+2
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-4/+4
* SERVER-38522 Make persistParticipantList/persistDecision/deleteCoordinatorDoc...Kaloian Manassiev2019-01-031-2/+3
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+1
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-2/+2
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+1
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-3/+3
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+3
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-291-1/+1
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-4/+3
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-251-12/+14
* Revert "SERVER-30748 WithLock to replace _inlock"Robert Guo2017-08-241-14/+12
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-231-12/+14
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-5/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+5
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-11/+15
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-15/+11
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-11/+15
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-43/+45
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-1/+1
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-011-1/+1
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-271-1/+3
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-2/+2
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-101-1/+1
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-061-6/+5
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-031-5/+6
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-031-6/+5
* SERVER-26213 Remove MigrationManager::CollectionMigrationsState::distLockHand...Dianna Hohensee2017-01-271-47/+27
* SERVER-27550 Delete dead balancer dist lock codeNathan Myers2017-01-231-18/+0
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-171-25/+1
* Revert "SERVER-25673 Remove redundant ChunkManager access in MigrationManager"Mathias Stearn2017-01-111-1/+25
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-111-25/+1
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-101-151/+37
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-081-3/+3
* SERVER-26116 reacquire the balancer distlock in drain mode during config prim...Dianna Hohensee2016-11-151-22/+38
* SERVER-26946 check for errors sending moveChunk command that should not be pr...Dianna Hohensee2016-11-101-6/+11
* SERVER-25999 add list of error codes to Shard that can be used to determine w...Dianna Hohensee2016-10-281-1/+5
* SERVER-26418 persist balancer settings into migration documentMisha Tyulenev2016-10-271-15/+16
* SERVER-26250 extend moveChunk command success to depend on migration document...Dianna Hohensee2016-10-241-3/+18
* SERVER-26307 Differentiate between config and shard command errors in Migrati...Dianna Hohensee2016-10-181-87/+84