summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-91/+35
* SERVER-47737 Stop sending unused parameters in the SetShardVersion commandBlake Oler2020-04-271-12/+3
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-241-7/+6
* SERVER-46402 Better logging for movePrimary/moveChunk when error occursPierlauro Sciarelli2020-04-241-1/+4
* SERVER-47324 Skip dassert when index commands from non-internal clients abort...Gregory Noma2020-04-141-4/+6
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-16/+16
* SERVER-45782 ensure internal-only usage of three CollectionShardingRuntime fu...Tommaso Tocci2020-04-091-1/+1
* SERVER-44787 Make migrationId in StartChunkCloneRequest non-optional after 4....Alex Taskov2020-04-081-46/+26
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-03-311-18/+27
* SERVER-46833 Remove FCV-dependent code related to the Resumable Range Deleter...Alex Taskov2020-03-271-18/+3
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-1/+1
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-1/+1
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-3/+3
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+2
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-291-6/+14
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-211-9/+13
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-201-2/+2
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-191-10/+3
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-13/+27
* SERVER-45892 Index operations from 4.2 mongos shouldn't abort migrationsJack Mulrow2020-02-121-0/+3
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-1/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-1/+1
* SERVER-46016 Guard calls to _coordinator in MigrationSourceManager by checkin...Matthew Saltz2020-02-071-5/+5
* SERVER-45917 Make waitForDelete wait for deletion to be scheduled before wait...Jack Mulrow2020-02-061-4/+11
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-1/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-1/+1
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-1/+5
* SERVER-45752 opCtx interruption during migration critical section commit trig...Esha Maharishi2020-01-311-63/+2
* SERVER-45886 Lock the client in abortDueToConflictingIndexOperation before ma...Cheahuychou Mao2020-01-301-0/+1
* SERVER-45743 Add a flag to allow opting out of using the Resumable RangeDeleterAlex Taskov2020-01-301-10/+18
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-241-60/+2
* SERVER-45625 MigrationSourceManager should only attempt to set a decision on ...Esha Maharishi2020-01-211-1/+2
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-201-2/+2
* SERVER-45647 Remove lsid and txnNumber from MigrationCoordinator docAlex Taskov2020-01-181-7/+0
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-5/+4
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-30/+48
* SERVER-44163 Plug MigrationCoordinator into MigrationSourceManagerEsha Maharishi2020-01-021-115/+168
* SERVER-45213 Remove unused MigrationSourceManager::get_UNSAFEMatthew Saltz2019-12-301-4/+0
* SERVER-45047 Create multiVersion test to validate mixed FCV migrationsAlex Taskov2019-12-201-0/+6
* SERVER-45024 Move CollectionShardingState implementation into CollectionShard...Matthew Saltz2019-12-181-1/+1
* SERVER-44716 Make donor of a migration use _configsvrEnsureChunkVersionIsGrea...Esha Maharishi2019-12-171-49/+115
* SERVER-44975 Make donor shard retry refreshing its filtering metadata until i...Esha Maharishi2019-12-121-33/+24
* SERVER-44912 serverStatus counter for number of migrations aborted by index o...Cheahuychou Mao2019-12-111-0/+1
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-91/+95
* SERVER-44161 Small cleanup in MigrationSourceManager commit logicMatthew Saltz2019-11-261-19/+7
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-4/+4
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-2/+3