summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68890 Remove error code conversions in the MigrationSourceManager comm...Kaloian Manassiev2022-09-151-12/+8
* SERVER-67535 move_chunk_large_chunk_map_workloads no longer reports timing br...Enrico Golfieri2022-07-291-1/+7
* SERVER-66070 MigrationSourceManager::getMigrationStatusReport must expect opt...Pierlauro Sciarelli2022-05-021-6/+8
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-271-92/+135
* SERVER-65328 MigrationSourceManager must reject bounds with outdated shard ke...Pierlauro Sciarelli2022-04-151-0/+34
* SERVER-61078 Logging critical section time as attr.durationMillis for live mi...Enrico Golfieri2022-04-061-5/+9
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-1/+1
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-241-5/+4
* SERVER-62591 Add change streams event for migrate last chunk off shardMisha Tyulenev2022-03-161-39/+17
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-17/+45
* SERVER-63161 The recovery of the shard version and the migration in the moveC...Antonio Fuschetto2022-02-071-3/+3
* SERVER-62282 Migration recovery should be retried until successAntonio Fuschetto2022-01-181-4/+9
* SERVER-62580 When migration commit fails, donor should not tell recipient to ...Jordi Serra Torrens2022-01-141-5/+5
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-301-0/+12
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-071-3/+7
* SERVER-61759 Do not expose the cloner directly from the MigrationSourceManagerKaloian Manassiev2021-12-071-23/+47
* SERVER-61759 Make MoveTimingHelper a member of MigrationSourceManagerKaloian Manassiev2021-12-031-48/+56
* SERVER-61759 Cleanup and add comments to MigrationSourceManagerKaloian Manassiev2021-12-011-56/+46
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-8/+8
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-1/+10
* SERVER-60413 Fix the critical section reason used by moveChunkSergi Mateo Bellido2021-10-131-2/+2
* SERVER-57565 Ensure time series measurements do not update orphan buckets on ...Arun Banala2021-09-271-0/+8
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-5/+5
* 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