summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_all_database_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-4/+5
* SERVER-74510 Remove the TODOs on ticket SERVER-72945Sophia Tan2023-04-051-2/+0
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-3/+6
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-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-55229 Implement and test recipient cloner stats after failoverVishnu Kaushik2021-04-211-31/+67
* SERVER-54266 Add data size and estimated time stats to recipient currentOpVishnu Kaushik2021-03-191-1/+33
* SERVER-54267: Update tenant migration recipient currentOp output for cloners ...Lingzhi Deng2021-03-171-0/+12
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
* SERVER-52715, SERVER-52716: Handle resuming after failover in TenantAllDataba...Lingzhi Deng2020-12-091-2/+62
* 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/+1
* SERVER-49779 Create a log component for tenant migrationsJudah Schvimer2020-08-271-1/+1
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-2/+2
* SERVER-48845 Implement TenantCollectionClonerVesselina Ratcheva2020-08-121-12/+23
* SERVER-48815 Create TenantAllDatabaseClonerVesselina Ratcheva2020-08-031-0/+189