summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/all_database_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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