summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rs_sync.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25071 Flush data replication queue as part of clean shutdownMathias Stearn2016-08-261-17/+4
* SERVER-25386 added destructor guards to RSDataSync and DatabasesClonerJudah Schvimer2016-08-031-0/+1
* SERVER-25398 fixed race between join() and _runThread() in RSDataSyncBenety Goh2016-08-021-2/+0
* SERVER-23476: break out rs_sync runSyncThread into its own classScott Hernandez2016-07-231-10/+34
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-4/+4
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-1/+1
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-191-1/+0
* SERVER-14638: Move global sethbmsg into ReplCoordScott Hernandez2014-10-301-3/+0
* SERVER-15429 Make ReplicationCoordinatorImpl capable of starting the applier ...Spencer T Brody2014-10-021-0/+3
* SERVER-14783 switch maxSyncSourceLagSecs to SecondsEric Milkie2014-08-061-2/+0
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14033 Topology coordinator for replicationEric Milkie2014-05-231-4/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13645 move InitialSync class into its own header and cpp filematt dannenberg2014-04-181-18/+1
* SERVER-13645 move SyncTail class into its own header and cpp filematt dannenberg2014-04-181-96/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-1/+0
* SERVER-7772 separate out Sync classEric Milkie2013-03-111-0/+1
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6671 end batch early if oplog version change is detectedEric Milkie2012-10-041-0/+3
* SERVER-7199 Bump minvalid correctly when batch goes past minvalidKristina2012-10-041-3/+30
* SERVER-6671 add a 'v' version field to each oplog documentEric Milkie2012-10-031-0/+1
* SERVER-7199 Don't reclone docs on 2nd and 3rd oplog applicationsKristina2012-10-011-0/+3
* SERVER-6816 cap repl batches at 1 second or 5000 opsEric Milkie2012-09-131-2/+3
* SERVER-6816 add a 5 sec time limit to replication batchesEric Milkie2012-09-071-0/+1
* SERVER-6816 cap the batch on the journal commit limitEric Milkie2012-09-071-1/+4
* SERVER-6825 convert updates to upserts on oplog applicationEric Milkie2012-08-221-1/+1
* SERVER-6426 use a byte limit rather than an op limit for multithreaded replic...Eric Milkie2012-07-121-2/+19
* SERVER-5685 multiple threads prefetch and apply ops on secondariesEric Milkie2012-06-191-6/+46
* SERVER-5685 add waitForMore() helper to bgsyncEric Milkie2012-06-131-1/+1
* cleanup includes and tests SERVER-4392Kristina2012-05-161-1/+2
* Move oplog application code to SyncTail classKristina2012-05-161-2/+7
* Separate thread for fetching oplog ops SERVER-4392Kristina2012-05-161-0/+50