summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/data_replicator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-1550/+0
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-0/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+25
* SERVER-27678 moved DataReplicator::OnCompletionGuard into its own libraryBenety Goh2017-01-201-40/+0
* Revert "SERVER-27678 moved DataReplicator::OnCompletionGuard into its own lib...Benety Goh2017-01-191-0/+40
* SERVER-27678 moved DataReplicator::OnCompletionGuard into its own libraryBenety Goh2017-01-191-40/+0
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-181-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-5/+6
* SERVER-27052 fixed lintBenety Goh2016-12-061-4/+6
* SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh2016-12-061-810/+1013
* SERVER-27052 clarified DatabasesCloner's startup and shutdown contract.Benety Goh2016-11-281-1/+5
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-2/+1
* SERVER-27110 clear OplogBuffer at the end of initial syncJudah Schvimer2016-11-211-0/+7
* SERVER-27079 DataReplicator should wait for last oplog fetcher to finish befo...Benety Goh2016-11-171-1/+10
* SERVER-25662 DataReplicator cleanupBenety Goh2016-11-151-141/+43
* SERVER-25662 DataReplicator callbacks should check shutdown flag before proce...Benety Goh2016-11-141-12/+50
* SERVER-26999 fixed race between DatabasesCloner callback and DataReplicator::...Benety Goh2016-11-121-0/+7
* SERVER-25662 signal shutdown event at most once in _doNextActions()Benety Goh2016-11-121-16/+15
* SERVER-25662 DataReplicator::shutdown() should signal initial sync finish eve...Benety Goh2016-11-111-14/+9
* SERVER-25662 added log message for oplog fetcher completion to the data repli...r3.4.0-rc3Benety Goh2016-11-091-0/+2
* Revert "SERVER-26834 replset7.js should cause documents to be seen twice in i...Tess Avitabile2016-11-091-4/+0
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-091-0/+4
* SERVER-25662 removed non-initial sync functionality from Data ReplicatorBenety Goh2016-11-091-301/+27
* Revert "SERVER-25662: rework DR shutdown and finishing initial sync"Benety Goh2016-11-081-158/+118
* SERVER-25662: rework DR shutdown and finishing initial syncScott Hernandez2016-11-041-118/+158
* SERVER-26776 DataReplicator should clear sync source after failed initial syn...Judah Schvimer2016-10-271-10/+12
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-261-11/+13
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-191-25/+76
* SERVER-26572 add stopTimestamp to DataReplicator statsJudah Schvimer2016-10-141-0/+8
* SERVER-25593: check shutdown/failure status during initial sync when acquirin...Scott Hernandez2016-10-141-0/+25
* SERVER-26549 DataReplicator should check for OplogBuffer's existence before c...Judah Schvimer2016-10-101-1/+3
* SERVER-25662: consolidate cleanup in doInitialSync attemptScott Hernandez2016-10-061-26/+57
* SERVER-25593: use shared_ptr for DataReplicatorScott Hernandez2016-09-261-3/+4
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-221-2/+2
* SERVER-25702 added OplogFetcher constructor argument for max fetcher restartsBenety Goh2016-09-221-0/+2
* SERVER-25662: print initial sync time in secondsScott Hernandez2016-09-191-2/+2
* SERVER-25662: exit initial sync failpoints when initial sync failsScott Hernandez2016-09-191-0/+12
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-151-1/+1
* SERVER-25982 Improve log message after finish event in data replicatorJudah Schvimer2016-09-071-1/+1
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-011-11/+13
* SERVER-25863 removed DataReplicator::_applierActive and flushAndPauseBenety Goh2016-08-301-23/+8
* SERVER-25858 MultiApplier waits for completion callback to finish before sett...Benety Goh2016-08-301-0/+8
* SERVER-25632 Add serverParameter configuration for initial sync retry paramsJudah Schvimer2016-08-301-3/+2
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-12/+14
* SERVER-25031 removed redundant arguments from MultiApplier callback. These va...Benety Goh2016-08-291-18/+21
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-1/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+3
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-7/+4
* SERVER-25638: log when blacklisting sync source membersScott Hernandez2016-08-161-0/+6