summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/database_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-081-0/+1
* SERVER-31267 CollectionCloner fails if collection is dropped between getMore ...Matthew Russotto2017-11-281-3/+2
* SERVER-31019 fail initial sync if fCV changes during oplog applicationJudah Schvimer2017-10-091-1/+23
* SERVER-31339 Handle NamespaceNotFound in collection_cloner count/findGeert Bosch2017-10-061-0/+16
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-1/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-1/+5
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-5/+1
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-1/+5
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-1/+7
* SERVER-29256 DatabaseCloner accepts CollectionOptions with UUIDBenety Goh2017-05-171-1/+1
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-1/+1
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-18/+0
* SERVER-28294 Host CollectionUUID on top of standalone UUID librarysamantharitter2017-03-221-4/+4
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-1/+18
* SERVER-27611 make DatabaseCloner single-use only. If a DatabaseCloner is shut...Benety Goh2017-01-211-16/+54
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-211-0/+4
* Revert "SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionCl...Benety Goh2017-01-121-4/+0
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-121-0/+4
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-291-1/+1