summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_donor_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54926 Convert HostUnreachable error in _fetchAndStoreRecipientClusterT...Jason Zhang2021-05-071-4/+2
* SERVER-54302 Handle retrying with different migration id after dropping donor...Cheahuychou Mao2021-05-051-2/+6
* SERVER-56435 Tenant migration donor shouldn't abort on shutdown or not primar...Jack Mulrow2021-05-051-6/+5
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-041-0/+4
* SERVER-56248 Refactor logic for aborting a tenant migration donorJack Mulrow2021-05-031-26/+41
* SERVER-54207 Add test coverage for interrupting tenant migration donor operat...Jason Zhang2021-04-211-10/+18
* SERVER-55780 Simplify cancellation for tenant migration donorsJack Mulrow2021-04-111-181/+123
* SERVER-53110 Fix tenant_migration_donor_initial_sync_recovery.js to avoid Con...Jason Chan2021-04-071-0/+2
* SERVER-52713 Add tenant migration stepdown jscore passthrough suiteCheahuychou Mao2021-04-061-1/+9
* SERVER-55547 Make tenant migration donor abort index builds before fetching keysJack Mulrow2021-03-311-21/+36
* SERVER-55408 Make TenantMigration{Donor|Recipient}Service's checkIfOptionsCon...Cheahuychou Mao2021-03-311-10/+12
* SERVER-55547 Simplify tenant migration donor service run chainJack Mulrow2021-03-311-393/+431
* SERVER-55530 Remove unused executor parameter from storeExternalClusterTimeKe...Jack Mulrow2021-03-261-1/+1
* SERVER-55416 Tenant migration donor shouldn't fetch keys if cancelation token...Jack Mulrow2021-03-251-3/+14
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-1/+1
* SERVER-55234 Ensure that tenant migration abortReason is recovered correctly ...Cheahuychou Mao2021-03-171-2/+5
* SERVER-55161 Ensure tenant migration donor always locks mutex before setting ...Jack Mulrow2021-03-151-46/+44
* SERVER-54300 Tenant migration donor instance state documents should be protec...Jason Zhang2021-03-121-92/+149
* SERVER-54936 Have donorAbortMigration await for a promise in run() to be fulf...Jason Zhang2021-03-121-0/+11
* SERVER-54263: Add tenantMigrations serverStatus sectionAndrew Shuvalov2021-03-111-1/+18
* SERVER-54203 Tenant migration donor should wait for external keys to replicat...Jack Mulrow2021-03-081-2/+20
* SERVER-53584 Create recipient TenantMigrationAccessBlockers on startup, initi...Cheahuychou Mao2021-03-041-1/+4
* SERVER-54841 Use AsyncTry in _fetchAndStoreRecipientClusterTimeKeyDocsJason Zhang2021-03-041-74/+99
* SERVER-54265 Update tenant migration donor currentOp outputJason Zhang2021-03-011-1/+11
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-3/+62
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-221-6/+5
* SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp ...Matthew Russotto2021-02-161-5/+35
* SERVER-54496 Tenant migration donor should not specify timeout for recipientS...Cheahuychou Mao2021-02-121-3/+1
* SERVER-50495 Make tenant_migration_jscore_passthrough simulate migrations tha...Cheahuychou Mao2021-02-121-14/+13
* SERVER-54479 Fix typo in the name for pauseTenantMigrationAfterPersistingInit...Cheahuychou Mao2021-02-121-2/+2
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-091-2/+2
* SERVER-54114 SERVER-54039 Pass cancelation token throughout TenantMigrationDo...Jason Zhang2021-02-081-99/+109
* SERVER-54204 Load external validation keys with local read concernJack Mulrow2021-02-061-1/+1
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-051-0/+11
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-1/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-1/+1
* SERVER-54084 Add server parameter tenantMigrationDisableX509Auth to enable ke...Cheahuychou Mao2021-02-021-24/+45
* SERVER-54084 Formalize ssl configuration validation for tenant migrationCheahuychou Mao2021-02-021-36/+46
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-12/+8
* SERVER-53586 Fix code style issues in tenant_migration_donor_service.hJason Zhang2021-01-281-1/+1
* SERVER-54098 Make TenantMigrationDonorService's checkIfOptionsConflict take i...Cheahuychou Mao2021-01-281-3/+2
* SERVER-53405 Make tenant migration recipient copy the donor's cluster time si...Cheahuychou Mao2021-01-281-2/+2
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-281-27/+133
* SERVER-54061 Rename failpoints in TenantMigrationDonorServiceCheahuychou Mao2021-01-271-17/+20
* SERVER-53991 donorAbortMigration should not try to abort migration after the ...Jason Zhang2021-01-261-3/+0
* SERVER-53586 Limit the size of TenantMigrationDonorService::Instance's task e...Jason Zhang2021-01-261-1/+1
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-211-74/+130
* SERVER-52903: Add an upper bound for how long a tenant migration donor can bl...Andrew Shuvalov2021-01-141-3/+39
* SERVER-52783: Make tenant_migration_donor_util::checkIfCanReadOrBlock return ...Andrew Shuvalov2021-01-111-0/+1
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-2/+5