summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/all_database_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-1/+0
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-3/+1
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-191-2/+6
* SERVER-70430 Change DatabaseCloner to be tenant awarejannaerin2022-11-161-4/+3
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-151-27/+97
* SERVER-70098: Use listAllDatabases in AllDatabaseCloner.Adityavardhan Agrawal2022-10-101-1/+13
* 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-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-041-9/+0
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-1/+2
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-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-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-1/+1
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-1/+23
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-3/+3
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-021-1/+2
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-4/+4
* SERVER-47150 Remove initial sync patch to allow 4.6 to connect to 4.3 in mult...Matthew Russotto2020-04-281-6/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-4/+54
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-9/+15
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-11/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+28
* SERVER-45735 Initial syncer must verify removed node locallyMatthew Russotto2020-01-271-4/+10
* SERVER-45616 Initial syncer should only connect to nodes in primary or second...Matthew Russotto2020-01-221-1/+35
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-11/+3
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-6/+8
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-15/+10
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-0/+192