summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/active_migrations_registry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-231-3/+3
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-2/+14
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-25/+22
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-241-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* 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