summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_recipient_cmds.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion ↵Cheahuychou Mao2021-05-041-0/+1
| | | | promise gets killed on stepdown
* SERVER-55312 Only set up tenant migration primary only services and op ↵Jason Zhang2021-04-081-0/+9
| | | | observers on non sharded servers
* SERVER-54650: Make recipientSyncData and recipientForgetMigration require ↵Andrew Shuvalov2021-03-101-4/+17
| | | | runTenantMigration action type
* Revert "SERVER-54650: Make recipientSyncData and recipientForgetMigration ↵Andrew Shuvalov2021-03-011-17/+4
| | | | | | require runTenantMigration action type" This reverts commit f30e562830d4790afbf86d03a583b9cacc30a382.
* SERVER-54650: Make recipientSyncData and recipientForgetMigration require ↵Andrew Shuvalov2021-03-011-4/+17
| | | | runTenantMigration action type
* 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 ↵Matthew Russotto2021-02-181-0/+3
| | | | only after the donor node's lastCommittedOpTime is >= startMigrationDonorTimestamp
* 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 ↵Cheahuychou Mao2021-02-021-13/+24
| | | | keyfile auth testing
* SERVER-53562 Write FCV to multitenant recipient state document and check itVesselina Ratcheva2021-01-291-0/+1
|
* SERVER-54098 Make TenantMigrationDonorService's checkIfOptionsConflict take ↵Cheahuychou Mao2021-01-281-12/+15
| | | | in TenantMigrationDonorDocument instead of BSONObj
* SERVER-52709 Make tenant migration recipient take certificate as string in ↵Cheahuychou Mao2021-01-051-2/+12
| | | | recipientSyncData command
* SERVER-48814: Implement recipientForgetMigration commandLingzhi Deng2020-12-101-0/+21
|
* SERVER-52965 TenantMigrationRecipientInstance should be removed from ↵Vishnu Kaushik2020-12-091-5/+22
| | | | TenantMigrationRecipientService if inserting the instance's state doc fails with ConflictingOperationInProgress
* 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 ↵Suganthi Mani2020-11-041-3/+3
| | | | tenant_migration_state_machine.idl for better readability.
* 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 ↵Judah Schvimer2020-09-011-2/+49
| | | | recipientForgetMigration command stub
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor ↵Luis Osta2020-08-041-0/+73
to monitor and send commands to the recipient