summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/data_replicator_external_state.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-9/+9
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
|
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards ↵Judah Schvimer2017-02-151-2/+9
| | | | compatibility
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-261-13/+5
|
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ↵Judah Schvimer2016-10-191-3/+12
| | | | phase tries to fetch a remote document
* SERVER-25403 DataReplicator initial sync should be resilient to applier ↵Siyuan Zhou2016-09-211-3/+3
| | | | failures.
* SERVER-25069 added DataReplicatorExternalState::getDbWorkThreadPool()Benety Goh2016-07-151-0/+7
|
* SERVER-23750 added getCurrentConfig to DataReplicatorExternalState to get ↵Benety Goh2016-06-291-0/+7
| | | | current replica set config
* SERVER-24784 BackgroundSync uses task executor from ↵Benety Goh2016-06-271-0/+10
| | | | ReplicationCoordinatorExternalState instead of maintaining its own executor
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-3/+3
| | | | | With this change, we should no longer be copying any OplogEntries during steady-state replication.
* SERVER-24490 provide operation context to steady state oplog buffer factoryJudah Schvimer2016-06-221-1/+2
|
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-1/+2
|
* SERVER-24492 replication coordinator external state creates oplog buffer for ↵Benety Goh2016-06-141-0/+5
| | | | steady state replication
* SERVER-24492 Add server parameter and factory function to choose oplog ↵Judah Schvimer2016-06-141-0/+6
| | | | buffer type
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-2/+1
| | | | | | This reverts commit ed3f25ced04931525db8e2f11f8bdef7bf49992a. Fixed replication legacy test suite.
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-1/+2
| | | | This reverts commit 3dd8ba46bf2ce350b5e80b1b2b016a10007beb7b.
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-2/+1
|
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-0/+34
|
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+82