summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_database_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-8/+10
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-74510 Remove the TODOs on ticket SERVER-72945Sophia Tan2023-04-051-3/+0
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+4
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-4/+6
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-2/+5
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65300 Refactor tenant migration recipient state machinery code.Suganthi Mani2022-04-261-1/+1
* SERVER-63129 Tenant collection cloner resume should ignore “view already ex...Suganthi Mani2022-02-151-0/+13
* SERVER-61299 Rename during migration crashes recipientA. Jesse Jiryu Davis2021-11-101-5/+3
* SERVER-55229 Implement and test recipient cloner stats after failoverVishnu Kaushik2021-04-211-0/+25
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-2/+2
* SERVER-54266 Add data size and estimated time stats to recipient currentOpVishnu Kaushik2021-03-191-0/+4
* SERVER-54920: Move the tenant migration recipient MTAB lifetime earlierLingzhi Deng2021-03-181-0/+3
* SERVER-54267: Update tenant migration recipient currentOp output for cloners ...Lingzhi Deng2021-03-171-0/+11
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-2/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-2/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-2/+2
* SERVER-52715, SERVER-52716: Handle resuming after failover in TenantAllDataba...Lingzhi Deng2020-12-091-2/+73
* SERVER-52615 Makes sure that the TenantMigrationSharedData:::_lastVisibleOpTi...Suganthi Mani2020-11-051-0/+12
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-1/+1
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-041-1/+1
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-021-1/+2
* SERVER-49779 Create a log component for tenant migrationsJudah Schvimer2020-08-271-1/+1
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-7/+6
* SERVER-48845 Implement TenantCollectionClonerVesselina Ratcheva2020-08-121-14/+27
* SERVER-48815 Create TenantAllDatabaseClonerVesselina Ratcheva2020-08-031-12/+2
* SERVER-48816 Implement listCollections stage for TenantDatabaseClonerVesselina Ratcheva2020-07-241-1/+93
* SERVER-48816 Make a TenantDatabaseCloner skeleton classVesselina Ratcheva2020-07-171-0/+171