summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/base_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-57817 Build BackupFileCloner class (based on InitialSyncCloner)Matthew Russotto2021-09-281-0/+2
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-041-55/+64
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-021-149/+4
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-23/+22
* 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/+55
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-16/+27
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-16/+16
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46235 Fix and re-enable jstests in replica_sets, sharding and core_txn...Henrik Edin2020-02-201-18/+17
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-24/+58
* SERVER-45503 Arrange events so cloner onCompletion is never run with lock heldMatthew Russotto2020-01-281-5/+13
* SERVER-45423 Use isRetriableError instead of isNetworkError for transient err...Matthew Russotto2020-01-221-1/+1
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-27/+11
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-9/+118
* SERVER-44374 Base cloner must not hold locks when fulfilling promiseMatthew Russotto2019-11-041-2/+6
* SERVER-44280 Make InitialSyncSharedData into a class and add methods for retry.Matthew Russotto2019-10-301-12/+10
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-0/+237