summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_recipient_cmds.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-041-0/+1
* SERVER-55312 Only set up tenant migration primary only services and op observ...Jason Zhang2021-04-081-0/+9
* SERVER-54650: Make recipientSyncData and recipientForgetMigration require run...Andrew Shuvalov2021-03-101-4/+17
* Revert "SERVER-54650: Make recipientSyncData and recipientForgetMigration req...Andrew Shuvalov2021-03-011-17/+4
* SERVER-54650: Make recipientSyncData and recipientForgetMigration require run...Andrew Shuvalov2021-03-011-4/+17
* SERVER-53561 Disallow recipientSyncData command while upgrading or downgradingVesselina Ratcheva2021-02-251-0/+6
* SERVER-53582 Create and remove TenantMigrationAccessBlocker on recipientCheahuychou Mao2021-02-251-3/+3
* SERVER-53553 Make tenant migration recipient to start cloning tenant data onl...Matthew Russotto2021-02-181-0/+3
* SERVER-53950: fix ASAN errors when migration recipient is stuck on step downAndrew Shuvalov2021-02-111-2/+3
* SERVER-54084 Add server parameter tenantMigrationDisableX509Auth to enable ke...Cheahuychou Mao2021-02-021-13/+24
* SERVER-53562 Write FCV to multitenant recipient state document and check itVesselina Ratcheva2021-01-291-0/+1
* SERVER-54098 Make TenantMigrationDonorService's checkIfOptionsConflict take i...Cheahuychou Mao2021-01-281-12/+15
* SERVER-52709 Make tenant migration recipient take certificate as string in re...Cheahuychou Mao2021-01-051-2/+12
* SERVER-48814: Implement recipientForgetMigration commandLingzhi Deng2020-12-101-0/+21
* SERVER-52965 TenantMigrationRecipientInstance should be removed from TenantMi...Vishnu Kaushik2020-12-091-5/+22
* SERVER-51286 Switch to use new feature flag syntax for tenant migrationsJason Chan2020-11-181-2/+4
* SERVER-52614 Rename field names in tenant_migration_recipient_cmds.idl and te...Suganthi Mani2020-11-041-3/+3
* SERVER-48796 Disables tenant migration recipient testing.Suganthi Mani2020-10-191-0/+12
* SERVER-48796 Implement recipientSyncData command in MigrationServiceInstance.Suganthi Mani2020-10-191-2/+30
* SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigratio...Judah Schvimer2020-09-011-2/+49
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-041-0/+73