summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/data_replicator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-23476: add server metrics of initial sync and resync calls in DataRepl...Scott Hernandez2016-08-161-0/+15
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-19/+104
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-104/+19
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-19/+104
* SERVER-25440 Add failpoint to pause initial sync before it finishesJudah Schvimer2016-08-151-0/+13
* SERVER-25609 DataReplicator::_onDataCloneFinish should not set InitialSyncSta...Benety Goh2016-08-151-0/+8
* SERVER-23476: wire resync back upScott Hernandez2016-08-111-7/+23
* SERVER-25461 DataReplicator should shut down all components (Applier/Fetcher/...Benety Goh2016-08-081-35/+7
* SERVER-25457 DataReplicator::_onOplogFetchFinish should pause fetcherBenety Goh2016-08-081-0/+1
* SERVER-25412 DataReplicator::doInitialSync should not mask errors from _runIn...Benety Goh2016-08-041-6/+5
* SERVER-25034 reset initial sync state after resetting reporter and applierJudah Schvimer2016-08-021-1/+2
* SERVER-25034 remove OplogOutOfOrder block from DataReplicator::_onOplogFetchF...Judah Schvimer2016-08-011-40/+38
* SERVER-24304 DataReplicator::doInitialSync accepts maxRetriesBenety Goh2016-07-271-6/+8
* SERVER-25033 Replace check for oplogBuffer in DataReplicator::_enqueueDocumen...Judah Schvimer2016-07-271-7/+1
* SERVER-25256 check if callback is valid in synchronous RollbackChecker methodsJudah Schvimer2016-07-271-1/+2
* SERVER-25281 renamed MultiApplier lifecycle functions""Benety Goh2016-07-261-17/+5
* Revert "SERVER-25114 renamed MultiApplier lifecycle functions"Benety Goh2016-07-261-5/+17
* SERVER-25114 renamed MultiApplier lifecycle functionsBenety Goh2016-07-261-17/+5
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-2/+2
* SERVER-25032: do retries during sync source selection in DR::InitialSyncScott Hernandez2016-07-251-18/+22
* SERVER-25229 set initialSyncState status on every initial sync errorJudah Schvimer2016-07-251-9/+14
* SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez2016-07-231-11/+11
* SERVER-25234 DataReplicator::_onClonerFinish should use sync source passed to...Benety Goh2016-07-231-4/+5
* SERVER-25224 Only insert oplog seed document in initial sync if no other oper...Judah Schvimer2016-07-221-9/+16
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-0/+8
* SERVER-25130 protect access to DataReplicator fields _initialSyncState and _s...Benety Goh2016-07-201-49/+57
* SERVER-25130 DataReplicator::_waitOnAndResetAll() should not attempt to join ...Benety Goh2016-07-191-1/+1
* Revert "SERVER-25130 DataReplicator::_waitOnAndResetAll() should not attempt ...Benety Goh2016-07-191-1/+1
* SERVER-25130 DataReplicator::_waitOnAndResetAll() should not attempt to join ...Benety Goh2016-07-191-1/+1
* SERVER-25081 DataReplicator should update the global timestamp at the end of ...Benety Goh2016-07-161-1/+2
* SERVER-25069 DatabasesCloner accepts db worker thread pool at constructionBenety Goh2016-07-151-0/+1
* SERVER-23750: check the dbcloners before using it.Scott Hernandez2016-07-151-1/+3
* SERVER-23750: use the same syncSource HostAndPort for each initial sync attempt.Scott Hernandez2016-07-151-3/+3
* SERVER-23750: do sleep after we decide to retryScott Hernandez2016-07-151-5/+5
* SERVER-23750: reset initial sync attempt status for each attempt.Scott Hernandez2016-07-151-1/+1
* SERVER-25069 data replicator should not obtain storage interface from service...Benety Goh2016-07-151-9/+4
* remove dead TODO commentsScott Hernandez2016-07-131-5/+0
* SERVER-24945 DataReplicator no longer shares task executor with ReplicationCo...Benety Goh2016-07-121-2/+1
* SERVER-24945 DataReplicator uses single task executorBenety Goh2016-07-121-27/+3
* SERVER-24945 converted DataReplicator to use TaskExecutorBenety Goh2016-07-111-24/+5
* SERVER-23750: wait outside of the DataReplicator mutexScott Hernandez2016-07-111-15/+49
* SERVER-23750: change initial sync completion log message to match old one for...Scott Hernandez2016-07-071-1/+1
* SERVER-23750: clear and reset state after DR::doInitialSyncScott Hernandez2016-07-071-17/+14
* SERVER-23750: Add retries for metadata command during initial syncScott Hernandez2016-07-061-1/+11
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-609/+598
* SERVER-23750 added getCurrentConfig to DataReplicatorExternalState to get cur...Benety Goh2016-06-291-17/+18
* SERVER-24784 migrated MultiApplier to use task executor instead of replicatio...Benety Goh2016-06-281-1/+5
* SERVER-24242 Use FastClockSource when enforcing replBatchLimitSecondsMathias Stearn2016-06-221-1/+1
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-13/+13
* SERVER-24490 provide operation context to steady state oplog buffer factoryJudah Schvimer2016-06-221-1/+1