summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/databases_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39551 IDL'ify numInitialSyncListDatabasesAttempts server parameterHenrik Edin2019-02-251-4/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-1/+1
* 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-2/+2
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-0/+9
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-1/+1
* SERVER-29482 Fix ODR violation in databases_cloner.hSara Golemon2017-12-121-1/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-13362 Change BSONElement::chk() to take a BSONType and use uassertBen Shteinfeld2017-08-041-1/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-1/+1
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-1/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-1/+1
* SERVER-28151 Sync admin database first during initial syncJason Chan2017-06-201-7/+64
* SERVER-28924 Change databasesCloner to use the 'nameOnly' version of listData...William Schultz2017-05-221-2/+4
* 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-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27052 clarified DatabasesCloner's startup and shutdown contract.Benety Goh2016-11-281-22/+60
* SERVER-26544: Keep DatabaseCloner active until after the completion callbackScott Hernandez2016-10-141-25/+31
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-011-2/+4
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-7/+37
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-37/+7
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-7/+37
* SERVER-25583 fixed DatabasesCloner::join() and shutdown() to always call join...Benety Goh2016-08-121-30/+25
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-3/+3
* SERVER-25386 added destructor guards to RSDataSync and DatabasesClonerJudah Schvimer2016-08-031-0/+4
* SERVER-25380 StorageInterfaceImpl should use provided OperationContext in isA...Benety Goh2016-08-021-1/+15
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-25322 DatabasesCloner runs one database cloner at a timeBenety Goh2016-07-291-17/+23
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-3/+3
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+2
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-0/+8
* SERVER-25069 DatabaseCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-0/+1
* SERVER-25069 DatabasesCloner accepts db worker thread pool at constructionBenety Goh2016-07-151-0/+4
* SERVER-24945 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-111-1/+1
* Revert "SERVER-24495 convert DatabasesCloner to use TaskExecutor"Benety Goh2016-07-111-1/+1
* SERVER-24495 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-111-1/+1
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-0/+337