summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27678 CollectionCloner waits for pending _findCallback and _insertDocu...Benety Goh2017-01-201-0/+5
* SERVER-27678 refactor CollectionCloner to support placeholder onCompletionGua...Benety Goh2017-01-201-3/+17
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-291-3/+12
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-081-7/+19
* Revert "SERVER-26520 CollectionCloner fetches document count for progress tra...Spencer Jackson2016-10-071-19/+7
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-071-7/+19
* SERVER-26448 moved progress meter from CollectionBulkLoaderImpl to the Collec...Benety Goh2016-10-061-2/+4
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-0/+2
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-2/+0
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-0/+2
* 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 CollectionCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-1/+5
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-12/+12
* 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-99/+32
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-204/+199
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-2/+2
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-111-1/+1
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-2/+2
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-051-0/+14
* SERVER-18035 clean up collection and database cloners to not hold mutex when ...Benety Goh2015-05-291-14/+28
* SERVER-18606 permit callers to compose getMore command for fetcherEric Milkie2015-05-281-2/+4
* SERVER-18015 SERVER-17894 data replication collection cloner cleanupBenety Goh2015-04-211-42/+15
* SERVER-17894 added data replication collection clonerBenety Goh2015-04-101-0/+261