summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_donor_cmds.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2022-01-041-0/+2
* Revert "SERVER-61474 Ban directoryPerDb and directoryForIndexes with Merge"jannaerin2021-12-171-2/+0
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2021-12-171-0/+2
* SERVER-61129 Recipient state machine changes for MergeA. Jesse Jiryu Davis2021-11-291-1/+1
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-2/+2
* SERVER-60953 Return an optional when getDurableState is calledDidier Nadeau2021-11-151-19/+30
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-091-8/+17
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-041-17/+8
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-021-8/+17
* SERVER-60870 adding automation test case for read/write access aftermathisbessamdb2021-10-291-6/+9
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-251-16/+9
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-16/+1
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-231-9/+16
* SERVER-60585 - Update uses of sliceMerge in the codebase to not refermathisbessamdb2021-10-151-3/+3
* SERVER-57895 Feature flag for slice mergeA. Jesse Jiryu Davis2021-09-021-0/+9
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-181-15/+0
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-041-0/+1
* SERVER-56248 Refactor logic for aborting a tenant migration donorJack Mulrow2021-04-221-4/+0
* SERVER-55312 Only set up tenant migration primary only services and op observ...Jason Zhang2021-04-081-0/+12
* SERVER-54936 Have donorAbortMigration await for a promise in run() to be fulf...Jason Zhang2021-03-121-2/+3
* SERVER-54650: Make recipientSyncData and recipientForgetMigration require run...Andrew Shuvalov2021-03-101-4/+4
* SERVER-51774 Ensure the donor'sJason Zhang2021-03-021-3/+1
* Revert "SERVER-54650: Make recipientSyncData and recipientForgetMigration req...Andrew Shuvalov2021-03-011-4/+4
* SERVER-54650: Make recipientSyncData and recipientForgetMigration require run...Andrew Shuvalov2021-03-011-4/+4
* SERVER-53561 Disallow donorStartMigration command while upgrading or downgradingVesselina Ratcheva2021-02-161-0/+6
* SERVER-53950: fix ASAN errors when migration recipient is stuck on step downAndrew Shuvalov2021-02-111-2/+4
* SERVER-54084 Add server parameter tenantMigrationDisableX509Auth to enable ke...Cheahuychou Mao2021-02-021-7/+18
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-2/+3
* SERVER-54098 Make TenantMigrationDonorService's checkIfOptionsConflict take i...Cheahuychou Mao2021-01-281-20/+19
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-211-0/+90
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-1/+8
* SERVER-53020 Ensure only the atlasAdmin user can run donorStartMigration and ...Cheahuychou Mao2021-01-041-2/+15
* SERVER-51506 TenantMigrationDonorInstance should be removed from TenantMigrat...Cheahuychou Mao2020-11-201-1/+16
* SERVER-51286 Switch to use new feature flag syntax for tenant migrationsJason Chan2020-11-181-2/+4
* SERVER-48796 Implement recipientSyncData command in MigrationServiceInstance.Suganthi Mani2020-10-191-19/+0
* SERVER-50948 Change databasePrefix and dbPrefix to tenantIdJudah Schvimer2020-10-141-1/+1
* SERVER-51096 Use interruptible wait in PrimaryOnlyService::getOrCreateInstanceSpencer T Brody2020-09-281-2/+2
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-50982 Use interruptible wait in PrimaryOnlyService::lookupInstanceSpencer T Brody2020-09-231-1/+1
* SERVER-50787 Update donorStartMigration command to have a "polling" interfaceCheahuychou Mao2020-09-221-41/+20
* SERVER-50425 [stepup] TenantMigrationDonor's run() should skip down to the ap...Cheahuychou Mao2020-09-171-2/+1
* SERVER-50616 TenantMigrationDonor should retry its steps until success, the d...Cheahuychou Mao2020-09-171-2/+2
* SERVER-49204 Implement donorForgetMigration commandCheahuychou Mao2020-09-091-1/+16
* SERVER-50483 Make donorStartMigration command check that the donor's host is ...Jason Zhang2020-09-021-6/+16
* SERVER-50686 Rename PrimaryOnlyService::Instance::onCompletion() to getComple...Spencer T Brody2020-09-021-1/+1
* SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigratio...Judah Schvimer2020-09-011-6/+20
* SERVER-50093 Test that donor supports running multiple tenant migrations conc...Cheahuychou Mao2020-08-241-0/+10
* SERVER-50066 Rehost tenant migration donor's logic on Primary-Only ServiceCheahuychou Mao2020-08-241-8/+19
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-041-0/+153