summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-10-171-75/+42
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-10-171-25/+32
* SERVER-25546 move slaveDelay handling into tryPopAndWaitForMoreMathias Stearn2016-10-171-81/+49
* SERVER-25353 Clean shutdown shouldn't leave secondaries needing to apply a batchr3.2.9-rc0Mathias Stearn2016-08-011-10/+17
* SERVER-24933 Don't interrupt an oplog-apply batch when doing clean shutdownMathias Stearn2016-07-141-5/+7
* SERVER-23351 further refinements to resetting minvalid after rollbackEric Milkie2016-04-061-1/+3
* SERVER-22728: if journaling is off, update durableOpTime with appliedOpTimeScott Hernandez2016-02-241-24/+41
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-10/+10
* SERVER-21988: do not fassert when re-applying same oplog entry till we fix th...Scott Hernandez2015-12-221-1/+2
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-171-36/+46
* Revert "SERVER-21930 - Restart oplog query if oplog entries are out of order"Scott Hernandez2015-12-171-46/+36
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-171-36/+46
* SERVER-21868 Shutdown may not be handled correctly in oplog application.Siyuan Zhou2015-12-171-4/+14
* SERVER-21589 SERVER-21362 disable journal sync in PV0matt dannenberg2015-11-201-0/+8
* SERVER-21483 Don't reorder capped inserts on secondariesMathias Stearn2015-11-191-5/+45
* SERVER-21478: use lastWrite instead of replCoord::lastOpTime when transitioni...r3.2.0-rc3Scott Hernandez2015-11-161-8/+22
* Revert "SERVER-21229 group replicated inserts"Geert Bosch2015-11-131-81/+13
* SERVER-21229 group replicated insertsmatt dannenberg2015-11-131-13/+81
* SERVER-21362 journal sync in PV0matt dannenberg2015-11-131-8/+0
* SERVER-21355 Explicitly ignore return valueMathias Stearn2015-11-091-1/+3
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-101/+174
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-174/+101
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-101/+174
* SERVER-21129 wait for batch apply flush in a separate threadmatt dannenberg2015-10-301-19/+99
* SERVER-18983: Apply oplog and record in oplog concurrentlyScott Hernandez2015-10-121-3/+3
* SERVER-20655: truncate oplog when recovering from failed batchScott Hernandez2015-10-121-0/+2
* Revert "SERVER-20655: truncate oplog when recovering from failed batch"Scott Hernandez2015-10-021-28/+1
* Revert "SERVER-18983: Apply oplog and record in oplog concurrently"Scott Hernandez2015-10-021-3/+3
* SERVER-18983: Apply oplog and record in oplog concurrentlyScott Hernandez2015-10-011-3/+3
* SERVER-18983: enforce batch write durability in setMinvalid functionScott Hernandez2015-10-011-102/+29
* SERVER-20655: truncate oplog when recovering from failed batchScott Hernandez2015-10-011-2/+30
* SERVER-20326: record apply batch boundariesScott Hernandez2015-09-251-10/+21
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-7/+7
* SERVER-20370: AwaitData doesn't work properly with WiredTiger OplogHack visib...Scott Hernandez2015-09-171-0/+2
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-2/+3
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-5/+4
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-2/+2
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-3/+3
* SERVER-19564: revertMartin Bligh2015-08-081-4/+5
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-5/+4
* SERVER-15344 Make replWriter thread pool size tunablematt dannenberg2015-08-041-2/+23
* SERVER-18982: do inserts as inserts in replicationScott Hernandez2015-07-201-9/+26
* SERVER-19307 SyncTail::tryPopAndWaitForMore should not consume buffered opera...Benety Goh2015-07-131-0/+5
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+1
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-071-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-660/+630
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-4/+4
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-1/+1