summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60645 Recoverability of recipient shard critical section of a moveChun...Jordi Serra Torrens2021-10-221-0/+21
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-0/+8
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
* SERVER-59152 Make range deletion submission resilient to onShardVersionMismat...Pierlauro Sciarelli2021-08-061-6/+0
* SERVER-56525 Make thread pool for submitting range deletion tasks a decoratio...Pierlauro Sciarelli2021-05-281-1/+2
* SERVER-51708 submitRangeDeletionTask should handle RangeOverlapConflict errorjannaerin2021-04-291-2/+2
* SERVER-50890 Improve failover management when completing migrationsMarcos José Grillo Ramírez2021-01-081-2/+4
* SERVER-49681 Move persistent task store under dbPierlauro Sciarelli2020-07-201-1/+1
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-161-1/+2
* SERVER-47985 Implement recovery of a shard's `shardVersion` before it is allo...Tommaso Tocci2020-06-031-0/+6
* SERVER-48198 Account for extended range bounds when recovering migration deci...Jack Mulrow2020-05-141-0/+8
* SERVER-47038 Some RangeDeletion unit tests don't correctly wait for threads t...Alex Taskov2020-04-011-0/+8
* SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on t...Esha Maharishi2020-03-181-3/+3
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-131-1/+1
* SERVER-46380 Remove unused function deleteRangeDeletionTasksForCollectionLocallyMatthew Saltz2020-02-241-7/+0
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-201-0/+9
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-191-3/+5
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-241-0/+21
* SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata i...Esha Maharishi2020-01-231-4/+15
* SERVER-45647 Remove lsid and txnNumber from MigrationCoordinator docAlex Taskov2020-01-181-7/+2
* SERVER-45323 Make MigrationCoordinator persist the decision before sending th...Esha Maharishi2019-12-311-0/+12
* SERVER-45246 Make MigrationCoordinator send decision to recipient as retryabl...Esha Maharishi2019-12-311-2/+6
* SERVER-45244 Add forgetMigration method to MigrationCoordinatorEsha Maharishi2019-12-191-0/+6
* SERVER-42193 Ensure that all existing orphaned documents are eventually clean...Alex Taskov2019-12-111-9/+24
* SERVER-44165 Remove the config.rangeDeletions collection on downgradeAlex Taskov2019-12-031-0/+2
* SERVER-44161 Implement MigrationCoordinatorMatthew Saltz2019-11-261-2/+55
* SERVER-44158 On step up, submit ready ranges from config.rangeDeletions to th...Alex Taskov2019-11-141-0/+11
* SERVER-44157 On beginning to receive a range, check overlapping ranges in con...Alex Taskov2019-11-061-0/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-0/+60