summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-4/+4
* SERVER-35723 Make the collection critical section into an RAII classjannaerin2018-06-281-0/+2
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-231-0/+5
* SERVER-29908 Move the migration critical section out of MigrationSourceManagerKaloian Manassiev2018-03-131-25/+1
* SERVER-31979 Include chunk migration stats in `moveChunk.commit` changelog en...jannaerin2018-02-051-0/+3
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-241-2/+10
* SERVER-31911 make UUID constructor privateGeert Bosch2018-01-051-1/+3
* SERVER-31056 Remove all usages of the ScopedCollectionMetadata default constr...Kaloian Manassiev2017-12-051-6/+4
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-11/+8
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-1/+1
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-0/+4
* SERVER-27597 Delay blocking read operations during the migration critical sec...Kaloian Manassiev2017-06-131-4/+12
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-22657 Make MigrationChunkClonerSourceLegacy not do host resolutionKaloian Manassiev2016-11-111-1/+10
* SERVER-26593 decrement usage counter in ScopedCollectionMetadata's move const...Esha Maharishi2016-10-141-4/+2
* SERVER-26471 Always incrementally refresh metadata after committing chunk mig...Kaloian Manassiev2016-10-071-4/+13
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-0/+7
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-7/+8
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-40/+4
* SERVER-22659 removing _uncommittedMetadata local variableDianna Hohensee2016-05-181-4/+0
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-231-116/+130
* SERVER-22656 Use RAII classes to enter migrationKaloian Manassiev2016-03-181-0/+5
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-13/+40
* SERVER-22359 Move op observer hooks to CollectionShardingStateKaloian Manassiev2016-03-071-12/+3
* SERVER-20290 Introduce migration session idDianna Hohensee2016-02-021-5/+12
* SERVER-21945 adding testing coverage for inserts/updates during chunk migrationDianna Hohensee2016-01-201-1/+1
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-4/+4
* SERVER-21899 MigrationSourceManager::logOp refactorDianna Hohensee2016-01-061-6/+29
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-041-0/+4
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2015-12-221-0/+2
* SERVER-19855 Do not perform shard version checking where not necessarySpencer T Brody2015-08-251-2/+3
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-211-3/+2
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-211-2/+3
* SERVER-18084 Modularize chunk migration state machineKaloian Manassiev2015-07-141-0/+180