summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/active_migrations_registry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-26370 Improve error messages returned on moveChunk conflictKaloian Manassiev2016-09-301-29/+39
* SERVER-26370 Register incoming migrations on the ActiveMigrationsRegistryKaloian Manassiev2016-09-291-0/+59
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-291-13/+13
* SERVER-26077 Tighten checks around migration session idKaloian Manassiev2016-09-131-4/+5
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-0/+30
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-301-1/+1
* Revert "SERVER-24856 Make manual moveChunk requests go through the balancer o...Ian Whalen2016-07-271-1/+1
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-271-1/+1
* SERVER-24590 Protect ScopedRegisterMigration against self-assignmentKaloian Manassiev2016-06-151-4/+7
* SERVER-24467 Make the shard implementation of 'moveChunk' joinableKaloian Manassiev2016-06-131-16/+38
* SERVER-24467 Move active migrations tracking to separate classKaloian Manassiev2016-06-131-0/+93