summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_donor_service.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60829 Disallow abort token to cause tenant migration abort after local...Hugh Tong2022-05-251-1/+2
* Revert "SERVER-60829 Disallow abort token to cause tenant migration abort aft...Sviatlana Zuiko2022-05-171-2/+1
* SERVER-60829 Disallow abort token to cause tenant migration abort after local...Hugh Tong2022-05-161-1/+2
* SERVER-65084: Ensure backup cursor is opened at time > startMigrationDonorTim...Christopher Caplinger2022-04-151-3/+7
* SERVER-60953 Return an optional when getDurableState is calledDidier Nadeau2021-11-151-3/+12
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-2/+4
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-091-1/+15
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-041-15/+1
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-021-1/+15
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Vesselina Ratcheva2021-10-271-60/+0
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Vesselina Ratcheva2021-10-271-3/+3
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-251-5/+1
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-5/+6
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-231-1/+5
* SERVER-59907 Add an explicit stage field to tenant migration currentOp output...Vesselina Ratcheva2021-10-201-3/+3
* SERVER-59907 Add an explicit stage field to tenant migration currentOp output...Vesselina Ratcheva2021-10-181-0/+60
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Kaloian Manassiev2021-10-181-60/+0
* SERVER-59907 Add an explicit stage field to tenant migration currentOp output...Vesselina Ratcheva2021-10-181-0/+60
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-53563 Cancel tenant migrations on FCV change (donor side)Vesselina Ratcheva2021-05-011-0/+5
* SERVER-56248 Refactor logic for aborting a tenant migration donorJack Mulrow2021-04-221-23/+16
* SERVER-55780 Simplify cancellation for tenant migration donorsJack Mulrow2021-04-091-17/+13
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-091-2/+1
* Revert "SERVER-54696 Serialize DDL operations on step-up"Tommaso Tocci2021-04-081-1/+2
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-071-2/+1
* SERVER-55547 Make tenant migration donor abort index builds before fetching keysJack Mulrow2021-03-311-1/+4
* SERVER-55547 Simplify tenant migration donor service run chainJack Mulrow2021-03-261-6/+38
* SERVER-55408 Make TenantMigration{Donor|Recipient}Service's checkIfOptionsCon...Cheahuychou Mao2021-03-251-2/+2
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-18/+18
* SERVER-54300 Tenant migration donor instance state documents should be protec...Jason Zhang2021-03-121-1/+11
* SERVER-54936 Have donorAbortMigration await for a promise in run() to be fulf...Jason Zhang2021-03-121-0/+12
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-5/+14
* SERVER-54114 SERVER-54039 Pass cancelation token throughout TenantMigrationDo...Jason Zhang2021-02-081-8/+13
* SERVER-54084 Add server parameter tenantMigrationDisableX509Auth to enable ke...Cheahuychou Mao2021-02-021-2/+5
* SERVER-54084 Formalize ssl configuration validation for tenant migrationCheahuychou Mao2021-02-021-2/+8
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-1/+1
* SERVER-53586 Fix code style issues in tenant_migration_donor_service.hJason Zhang2021-01-281-7/+7
* SERVER-54098 Make TenantMigrationDonorService's checkIfOptionsConflict take i...Cheahuychou Mao2021-01-281-2/+2
* SERVER-53405 Make tenant migration recipient copy the donor's cluster time si...Cheahuychou Mao2021-01-281-7/+5
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-281-3/+17
* SERVER-53586 Limit the size of TenantMigrationDonorService::Instance's task e...Jason Zhang2021-01-261-3/+7
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-211-10/+45
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-051-1/+10
* SERVER-50438 Limit the size of TenantMigrationDonorService thread poolJason Zhang2020-12-231-2/+4
* SERVER-51179 TenantMigrationDonorInstance should distinguish local and remote...Jason Zhang2020-12-101-5/+6
* SERVER-51012 Integrate CancelationTokens with PrimaryOnlyServiceJason Zhang2020-11-251-6/+8
* SERVER-52695 Tenant Migration Recipient Instance should use parent executor (...Suganthi Mani2020-11-171-1/+2
* SERVER-51293 Make TenantMigrationDonorService use Future-returning version of...Jason Zhang2020-11-031-0/+2
* SERVER-50191 Create TTL index on config.tenantMigrationDonors to garbage coll...Cheahuychou Mao2020-10-201-0/+3
* SERVER-50975 Add currentOp reporting for TenantMigrationDonorService InstancesJason Zhang2020-10-071-4/+2