summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-301-0/+2
* SERVER-61206 Persist migration decision before waiting for releaseRecientCrit...Jordi Serra Torrens2021-11-081-2/+8
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-1/+2
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-0/+8
* SERVER-50890 Improve failover management when completing migrationsMarcos José Grillo Ramírez2021-01-081-6/+1
* SERVER-45782 ensure internal-only usage of three CollectionShardingRuntime fu...Tommaso Tocci2020-04-091-1/+0
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-291-5/+0
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-211-3/+6
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-201-4/+7
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-191-6/+6
* SERVER-45917 Make waitForDelete wait for deletion to be scheduled before wait...Jack Mulrow2020-02-061-5/+11
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-241-5/+5
* SERVER-45220 Complete TODO listed in SERVER-44716Esha Maharishi2020-01-221-2/+0
* SERVER-45647 Remove lsid and txnNumber from MigrationCoordinator docAlex Taskov2020-01-181-7/+4
* SERVER-44163 Plug MigrationCoordinator into MigrationSourceManagerEsha Maharishi2020-01-021-6/+24
* SERVER-45322 Improve MigrationCoordinator log lines so that they are easily g...Esha Maharishi2019-12-311-0/+5
* SERVER-45245 Make MigrationCoordinator durably store the migrating chunk's Ch...Esha Maharishi2019-12-311-1/+2
* SERVER-45246 Make MigrationCoordinator send decision to recipient as retryabl...Esha Maharishi2019-12-311-0/+3
* SERVER-45244 Add forgetMigration method to MigrationCoordinatorEsha Maharishi2019-12-191-0/+5
* SERVER-44161 Implement MigrationCoordinatorMatthew Saltz2019-11-261-0/+88