summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-2/+1
* 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-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-9/+9
* SERVER-66749: Improve tenant migration currentOp outputChristopher Caplinger2023-02-161-2/+3
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-1/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-3/+3
* SERVER-71683 Tenant collection cloner reads the next batch from socket buffer...Suganthi Mani2022-12-071-51/+16
* Revert "SERVER-66749: Improve tenant migration currentOp output"Sviatlana Zuiko2022-11-161-3/+2
* SERVER-66749: Improve tenant migration currentOp outputChristopher Caplinger2022-11-161-2/+3
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-5/+5
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-24/+31
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-3/+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-2/+3
* SERVER-63129 Tenant collection cloner resume should ignore “view already ex...Suganthi Mani2022-02-151-8/+15
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-20/+17
* SERVER-61256 Allow a shardsvr tenant migration recipient to create collection...Sophia Tan2021-11-111-0/+4
* SERVER-61299 Rename during migration crashes recipientA. Jesse Jiryu Davis2021-11-101-2/+2
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-3/+4
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-12/+13
* SERVER-57672: Tenant collection cloner should handle dropped and re-created c...Lingzhi Deng2021-06-141-2/+15
* SERVER-57532 Use donor specs for _id index in tenant migration collection clonerVishnu Kaushik2021-06-101-1/+5
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-54266 Add data size and estimated time stats to recipient currentOpVishnu Kaushik2021-03-191-0/+19
* SERVER-54920: Move the tenant migration recipient MTAB lifetime earlierLingzhi Deng2021-03-181-0/+7
* SERVER-55169: Handle timeseries bucket collections in TenantCollectionClonerLingzhi Deng2021-03-171-4/+10
* SERVER-55168: Allow tenant migration cloner to write to system.views collectionsXueruiFa2021-03-151-0/+6
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-5/+5
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-5/+5
* SERVER-53685 Need to handle case of indexes being created on an empty collect...Matthew Russotto2021-02-241-1/+45
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-5/+5
* SERVER-53168: Set maxTenantMigrationDonorThreadPoolSize default to 128Lingzhi Deng2021-02-171-0/+5
* SERVER-53282 Handle collection drop mid-query-stage in TenantCollectionClonerVesselina Ratcheva2021-01-291-7/+17
* SERVER-53425: Handle collection renamed on donor when resuming tenant migrati...Lingzhi Deng2021-01-141-9/+31
* SERVER-53721: Delete failpoint tenantMigrationHangDuringCollectionCloneLingzhi Deng2021-01-131-21/+0
* SERVER-52717: Handle resuming after failover in TenantCollectionClonerLingzhi Deng2020-12-181-8/+57
* SERVER-50985 Tenant collection cloner query must use readConcern majorityJason Chan2020-12-151-7/+9
* SERVER-52897 Handle collection drop in TenantCollectionCloner up to query stageVesselina Ratcheva2020-12-091-0/+8
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-061-3/+12
* SERVER-51747 SERVER-51813 Tenant collection cloner calls write_ops_exec::perf...Suganthi Mani2020-10-291-3/+28
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-4/+4
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-22/+19
* Revert "SERVER-51743 Fix query operator for regex in cloner utils. SERVER-517...Suganthi Mani2020-10-231-19/+22
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-22/+19
* 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-50303 Initialize tenant cloner batch size in contructorVesselina Ratcheva2020-08-271-0/+1