summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_donor_cmds.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-3/+3
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+3
* SERVER-73409 Continue disallowing tenant migration commands on config serversJack Mulrow2023-03-041-6/+3
* SERVER-71262 Add tenantIds field to shard merge state documents and tenant mi...Didier Nadeau2022-12-161-0/+1
* SERVER-71260 Add tenantIds parameter to donorStartMigrationDidier Nadeau2022-12-091-0/+3
* SERVER-69364 Shard Merge should only run in read preference primarymathisbessamdb2022-09-071-0/+2
* SERVER-68835: Mark tenantId as optional for tenant migration cmdsChristopher Caplinger2022-08-161-3/+4
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-151-2/+2
* SERVER-67362 Rename TenantMigrationDonor's _completionPromise to _forgetMigra...Esha Maharishi2022-07-281-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-011-6/+0
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-1/+1
* 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