summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_database_cloner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | stats
* 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
| | | | This reverts commit 3307ba57eef2dfff9abe2413e39058ac9451ec04.
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-2/+2
|
* SERVER-52715, SERVER-52716: Handle resuming after failover in ↵Lingzhi Deng2020-12-091-2/+73
| | | | TenantAllDatabaseCloner and TenantDatabaseCloner
* SERVER-52615 Makes sure that the ↵Suganthi Mani2020-11-051-0/+12
| | | | TenantMigrationSharedData:::_lastVisibleOpTime(dataConsistentStopDonorOpTime) is not null when tenant cloning is successsful.
* 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 ClonerTestFixture into InitialSyncClonerTestFixture and TenantMigrationClonerTestFixture SERVER-50492 Fix log component for tenant cloners SERVER-50492 Fix tenant cloner naming
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and ↵Vesselina Ratcheva2020-09-021-1/+2
| | | | TenantMigrationBaseCloner
* 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