summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/database_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-5/+6
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-3/+3
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-281-7/+2
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-231-2/+7
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-231-7/+2
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-191-0/+9
* SERVER-71797 un-inline MutableOplogEntry::setTid()Benety Goh2022-12-021-0/+1
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-191-3/+10
* SERVER-70430 Change DatabaseCloner to be tenant awarejannaerin2022-11-161-6/+7
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-1/+1
* 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-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-021-1/+2
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-6/+5
* SERVER-48816 Make a TenantDatabaseCloner skeleton classVesselina Ratcheva2020-07-171-5/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-7/+16
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-6/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+12
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-7/+5
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-3/+14
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-434/+106
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-15/+14
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-16/+16
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-25/+18
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-3/+5
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-5/+3
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-3/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-17/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33231 Create initial sync log componentVesselina Ratcheva2018-10-081-1/+1
* SERVER-31014 Fail initial sync on first collection cloner failureVesselina Ratcheva2018-10-041-18/+16
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-3/+12
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-121-5/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-2/+2
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-1/+1
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-12/+6
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-7/+6