summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-27678 CollectionCloner waits for pending _findCallback and ↵Benety Goh2017-01-201-0/+5
| | | | _insertDocuments tasks to complete before invoking completion function.
* SERVER-27678 refactor CollectionCloner to support placeholder ↵Benety Goh2017-01-201-3/+17
| | | | onCompletionGuard argument to CollectionCloner::_findCallback and _insertDocuments
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also ↵Benety Goh2016-11-291-3/+12
| | | | free up resources held by _onCompletion callback when it finishes
* SERVER-26520 CollectionCloner fetches document count for progress tracking ↵Benety Goh2016-10-081-7/+19
| | | | from sync source before copying documents
* Revert "SERVER-26520 CollectionCloner fetches document count for progress ↵Spencer Jackson2016-10-071-19/+7
| | | | | | tracking from sync source before copying documents" This reverts commit 44957419b2dd4e6b3f7be8b817a7fcd8c71d643d.
* SERVER-26520 CollectionCloner fetches document count for progress tracking ↵Benety Goh2016-10-071-7/+19
| | | | from sync source before copying documents
* SERVER-26448 moved progress meter from CollectionBulkLoaderImpl to the ↵Benety Goh2016-10-061-2/+4
| | | | CollectionCloner
* 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
| | | | This reverts commit 10ff598752d57650783c63166180df31f907df12.
* 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 ↵Benety Goh2016-07-221-1/+1
| | | | CollectionCloner db work scheduler for deterministic behavior.
* 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
| | | | instead of ReplicationExecutor
* SERVER-9115: cloner stats and reportingScott Hernandez2016-07-081-0/+13
|
* SERVER-23750: use storage interface for cloners and fixes for ↵Scott Hernandez2016-07-061-99/+32
| | | | DataReplicator::doInitialSync
* 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
| | | | | Fetcher callback semantics also updated so that when NextAction is NoAction, the follow up command BSON builder will be null.
* 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
| | | | reporting completion status
* 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