summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_recipient_cmds.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-63697 Simplify shard merge recipient coordinationA. Jesse Jiryu Davis2022-03-051-0/+66
* 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-59786: Prevent concurrent mergesChristopher Caplinger2021-12-021-17/+6
* SERVER-61129 Recipient state machine changes for MergeA. Jesse Jiryu Davis2021-11-291-2/+2
* SERVER-59793: Omit tenantId from metrics for MergeChristopher Caplinger2021-11-191-4/+4
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-091-3/+24
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-041-24/+3
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-021-3/+24
* SERVER-60870 adding automation test case for read/write access aftermathisbessamdb2021-10-291-4/+6
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-251-13/+4
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-231-4/+13
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-181-10/+0
* SERVER-57491: Do not recreate recipient mtab if recipientForgetMigration is r...Lingzhi Deng2021-06-111-0/+6
* 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