summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/database_cloner.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with ↵Benety Goh2018-03-061-5/+3
| | | | ThreadPool
* 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
| | | | | | * Replace getDiagnosticString() with appendDiagnosticBSON() in TaskExecutors. * Introduce appendDiagnostics to ReplicationCoordinator, to hide the implementation detail that ReplicationCoordinatorImpl has a TaskExecutor.
* SERVER-27611 make DatabaseCloner single-use only. If a DatabaseCloner is ↵Benety Goh2017-01-211-1/+26
| | | | shut down before startup, calling startup() will fail.
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also ↵Benety Goh2016-11-291-1/+1
| | | | free up resources held by _onCompletion callback when it finishes
* 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
| | | | This reverts commit 10ff598752d57650783c63166180df31f907df12.
* 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 ↵Benety Goh2016-07-221-1/+1
| | | | CollectionCloner db work scheduler for deterministic behavior.
* 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
| | | | 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-35/+42
| | | | DataReplicator::doInitialSync
* 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
| | | | | 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-18035 clean up collection and database cloners to not hold mutex when ↵Benety Goh2015-05-291-18/+21
| | | | reporting completion status
* 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