summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24273 added unit tests for repl::multiSyncApplyBenety Goh2016-06-031-0/+11
* Revert "added unit tests for repl::multiSyncApply"Benety Goh2016-06-031-11/+0
* added unit tests for repl::multiSyncApplyBenety Goh2016-06-031-0/+11
* SERVER-24273 added unit tests for repl::multiInitialSyncApplyBenety Goh2016-06-021-0/+8
* SERVER-24292 SyncTail accepts optional writer thread pool at constructionBenety Goh2016-06-011-8/+8
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-3/+3
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-261-2/+7
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-1/+1
* SERVER-23308 restored missing document fetching functionality for legacy init...Benety Goh2016-05-171-3/+4
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-241-4/+18
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-18/+4
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-231-4/+18
* SERVER-22965 move OplogEntry into repl/oplog_entry.{cpp,h}matt dannenberg2016-03-071-27/+3
* SERVER-22530 do not attempt bulk inserts on capped collections while replciatingmatt dannenberg2016-02-111-25/+29
* SERVER-21229 group replicated insertsmatt dannenberg2015-12-211-9/+14
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-171-2/+0
* Revert "SERVER-21930 - Restart oplog query if oplog entries are out of order"Scott Hernandez2015-12-171-0/+2
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-171-2/+0
* Revert "SERVER-21229 group replicated inserts"Geert Bosch2015-11-131-14/+9
* SERVER-21229 group replicated insertsmatt dannenberg2015-11-131-9/+14
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-9/+31
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-31/+9
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-9/+31
* SERVER-21129 wait for batch apply flush in a separate threadmatt dannenberg2015-10-301-6/+0
* SERVER-18983: enforce batch write durability in setMinvalid functionScott Hernandez2015-10-011-23/+4
* SERVER-15344 Make replWriter thread pool size tunablematt dannenberg2015-08-041-0/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-142/+144
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-5/+5
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-9/+10
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-191-22/+71
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-1/+1
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-5/+2
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-2/+5
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-5/+2
* SERVER-18023 Don't await commit when applying logops in initial syncSiyuan Zhou2015-04-131-0/+4
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+3
* SERVER-5218 Replicate journal write concern flagSiyuan Zhou2015-04-011-1/+4
* SERVER-16994 handle WriteConflictException when writing oplog on secondariesEric Milkie2015-01-221-7/+0
* SERVER-16032 Prevent applier from creating a new OperationContext when there ...Spencer T Brody2014-12-011-2/+2
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-241-1/+3
* Revert "SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordin...Spencer T Brody2014-11-131-3/+1
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-121-1/+3
* SERVER-15779 Clear drain mode flag when switching out of primary state.Andy Schwerin2014-10-281-8/+9
* SERVER-15535 signal draining when op queue is initially emptyEric Milkie2014-10-081-1/+2
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-1/+0
* SERVER-14233 remove support for old oplog versionsEric Milkie2014-09-191-4/+0
* SERVER-15089 move the applier threadpools into SyncTailEric Milkie2014-09-191-1/+7
* SERVER-15089 convert non-legacy usage of lastOpTimeWritten to replCoord's las...Eric Milkie2014-09-191-1/+2
* SERVER-14805: initialsync multithreaded oplog applyScott Hernandez2014-09-051-26/+21
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-1/+3