summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-2/+0
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-0/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-2/+0
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-6/+3
* SERVER-31267 CollectionCloner fails if collection is dropped between getMore ...Matthew Russotto2017-11-281-0/+12
* SERVER-30849 _handleARMResultsCallback needs to hold mutex while accessing me...William Schultz2017-08-281-1/+1
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-16/+76
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-111-76/+16
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-16/+76
* SERVER-29615 Allow the ARM to be linked to mongodJason Chan2017-06-231-0/+3
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-1/+3
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-0/+1
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-2/+0
* 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