summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-2/+2
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+2
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-211-1/+0
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-191-3/+4
* SERVER-45917 Make waitForDelete wait for deletion to be scheduled before wait...Jack Mulrow2020-02-061-0/+4
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-0/+1
* SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleterAlex Taskov2020-01-301-3/+3
* SERVER-44163 Plug MigrationCoordinator into MigrationSourceManagerEsha Maharishi2020-01-021-1/+18
* SERVER-45213 Remove unused MigrationSourceManager::get_UNSAFEMatthew Saltz2019-12-301-5/+0
* SERVER-45024 Move CollectionShardingState implementation into CollectionShard...Matthew Saltz2019-12-181-4/+4
* SERVER-44716 Make donor of a migration use _configsvrEnsureChunkVersionIsGrea...Esha Maharishi2019-12-171-0/+3
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-10/+19
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-201-0/+5
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-131-5/+0
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-121-0/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40264 Change MigrationChunkCloner to be a shared pointer to synchroniz...Blake Oler2019-03-251-7/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-1/+1
* SERVER-38284 Create concurrency lock for CollectionShardingRuntimeBlake Oler2018-12-281-4/+6
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-0/+2
* 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