summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/database_cloner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-2/+1
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-1/+6
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-177/+33
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31014 Fail initial sync on first collection cloner failureVesselina Ratcheva2018-10-041-1/+0
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-5/+3
* SERVER-29478 Fix ODR violation in database_clonerSara Golemon2017-12-111-6/+1
* SERVER-31019 fail initial sync if fCV changes during oplog applicationJudah Schvimer2017-10-091-0/+5
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-4/+0
* SERVER-27611 make DatabaseCloner single-use only. If a DatabaseCloner is shut...Benety Goh2017-01-211-1/+26
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-291-1/+1
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-0/+5
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-5/+0
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-0/+5
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-4/+4
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-3/+3
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-1/+1
* SERVER-25069 DatabaseCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-0/+5
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-3/+3
* SERVER-9115: cloner stats and reportingScott Hernandez2016-07-081-0/+13
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-35/+42
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-152/+151
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-1/+1
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-111-1/+1
* SERVER-18035 clean up collection and database cloners to not hold mutex when ...Benety Goh2015-05-291-18/+21
* SERVER-18606 permit callers to compose getMore command for fetcherEric Milkie2015-05-281-1/+2
* SERVER-18015 added data replication database clonerBenety Goh2015-04-211-0/+200