summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57769 Allow tenant migration recipients to advance cluster time with n...Jack Mulrow2021-06-211-1/+2
* SERVER-56788 Extend the in-memory collection critical section to keep track o...Sergi Mateo Bellido2021-05-161-2/+6
* SERVER-56469 The shard server catalog cache loader should replace the entrie...Sergi Mateo Bellido2021-05-031-2/+1
* SERVER-53742 Do not try to waitForDelete if migration cleanup failedKaloian Manassiev2021-01-131-2/+5
* SERVER-50890 Improve failover management when completing migrationsMarcos José Grillo Ramírez2021-01-081-54/+61
* SERVER-51064 Make mongos return early if chunk is already in the requested de...Randolph Tan2020-11-161-5/+0
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+3
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-1/+1
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-9/+9
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-1/+1
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-1/+1
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-2/+9
* SERVER-50171 Moving critical section log messageAllison Easton2020-08-071-6/+8
* SERVER-50174 Make MigrationCoordinator recovery acquire the MigrationBlocking...Kaloian Manassiev2020-08-071-11/+9
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-49147 Make _configsvrCommitChunkMigration idempotentPierlauro Sciarelli2020-07-291-1/+0
* SERVER-49508 Step up deadlock between migration recovery and prepared transac...Tommaso Tocci2020-07-241-8/+2
* SERVER-48679 flushRoutingTableCacheUpdates should block on critical section w...Luis Osta2020-07-011-0/+3
* SERVER-48174 Add log component and LOGV2 messages in server to measure latenc...Allison Easton2020-06-251-0/+30
* SERVER-47982 Change the shard version update procedure of the migration sourc...Marcos José Grillo Ramírez2020-06-171-24/+39
* SERVER-48589 Ensure migration recovery is completed before to run a new chunk...Tommaso Tocci2020-06-041-1/+1
* SERVER-47978 Make cleanupOrphaned command use onShardVersionMismatch with boo...Kaloian Manassiev2020-06-041-7/+2
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-191-1/+1
* 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