summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer/migration_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60336 Replace the balancer's MigrationScheduler with a BalancerCommand...Paolo Polato2021-10-261-709/+0
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-7/+1
* SERVER-60489 Handle potential exceptions in balancer recovery phaseAntonio Fuschetto2021-10-181-12/+9
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-3/+10
* SERVER-59213 Refactoring MoveChunkRequest::appendAsCommand()Paolo Polato2021-08-101-20/+10
* SERVER-55574 Catch all exceptions during scheduling of migrationsKaloian Manassiev2021-06-281-31/+30
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-1/+1
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-1/+1
* SERVER-53973 Migration manager recovery should handle failed findIntersecting...Tommaso Tocci2021-03-301-5/+13
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId pe...Kaloian Manassiev2021-01-211-24/+19
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-2/+1
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-45/+36
* SERVER-49145: Prevent distributed lock timeouts in suites with background mig...Jordi Serra Torrens2020-11-161-4/+12
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-17/+12
* SERVER-49734 Used local write concern to cleanup active migration on config s...Alex Taskov2020-08-171-5/+2
* SERVER-48365 Migration manager recovery should handle a refined shard keyPierlauro Sciarelli2020-07-211-46/+98
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46830 remove CWRWC FCV 4.4 codeKevin Pulo2020-04-081-7/+4
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-1/+0
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-03-251-19/+18
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-0/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-14/+27
* 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