summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45741 Use WaitForMajorityService in migration coordinator stepup taskJack Mulrow2020-02-141-17/+22
* SERVER-46131 Fix race in retry loops in MigrationSourceManagerEsha Maharishi2020-02-131-14/+16
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-52/+98
* SERVER-45900 Check for unsharded collection when submitting range deletion taskJack Mulrow2020-02-121-8/+13
* SERVER-45577 Submit range deletion tasks on fixed executorJack Mulrow2020-02-111-6/+2
* SERVER-45917 Make waitForDelete wait for deletion to be scheduled before wait...Jack Mulrow2020-02-061-1/+2
* SERVER-45901 Make moveChunk robust to being killOp'd after commit has been se...Esha Maharishi2020-02-051-21/+88
* SERVER-45740 submitRangeDeletionTask should delete range deletion task if fil...Esha Maharishi2020-02-051-1/+10
* SERVER-45707 Test that range deletion tasks are eventually deleted even if co...Cheahuychou Mao2020-01-301-0/+4
* SERVER-45749 Tests in range_deletion_util_test.cpp that insert into config.ra...Esha Maharishi2020-01-241-2/+2
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-241-0/+177
* SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata i...Esha Maharishi2020-01-231-52/+78
* SERVER-45647 Remove lsid and txnNumber from MigrationCoordinator docAlex Taskov2020-01-181-16/+6
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-151-5/+3
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-0/+1
* SERVER-45323 Make MigrationCoordinator persist the decision before sending th...Esha Maharishi2019-12-311-0/+17
* SERVER-45246 Make MigrationCoordinator send decision to recipient as retryabl...Esha Maharishi2019-12-311-6/+17
* SERVER-45047 Create multiVersion test to validate mixed FCV migrationsAlex Taskov2019-12-201-2/+1
* SERVER-45244 Add forgetMigration method to MigrationCoordinatorEsha Maharishi2019-12-191-0/+8
* SERVER-42193 Ensure that all existing orphaned documents are eventually clean...Alex Taskov2019-12-111-0/+90
* SERVER-44165 Remove the config.rangeDeletions collection on downgradeAlex Taskov2019-12-031-0/+6
* SERVER-44161 Remove unused named DBExceptions in MigrationCoordinatorBen Caimano2019-11-271-2/+2
* SERVER-44161 Implement MigrationCoordinatorMatthew Saltz2019-11-261-3/+105
* SERVER-44158 On step up, submit ready ranges from config.rangeDeletions to th...Alex Taskov2019-11-141-2/+93
* SERVER-44157 On beginning to receive a range, check overlapping ranges in con...Alex Taskov2019-11-061-0/+17
* 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-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-0/+1
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-0/+65