summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+4
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-261-8/+11
* SERVER-24277 Increase sleep duration in rsSyncApplyStopRandolph Tan2016-05-241-1/+1
* SERVER-23308 added initial sync tests for handing failed updates on missing d...Benety Goh2016-05-201-0/+12
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+1
* SERVER-23308 restored missing document fetching functionality for legacy init...Benety Goh2016-05-171-13/+13
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-1/+0
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-8/+13
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-13/+8
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-8/+13
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-5/+5
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-23351 further refinements to resetting minvalid after rollbackEric Milkie2016-04-061-1/+3
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-241-74/+83
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-83/+74
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-231-74/+83
* SERVER-22858 generate batches in DataReplicator using the TryPopAndWaitForMor...matt dannenberg2016-03-151-2/+2
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-151-2/+0
* SERVER-22965 move OplogEntry into repl/oplog_entry.{cpp,h}matt dannenberg2016-03-071-29/+11
* SERVER-22919 Shutdown cleanly after interrupting oplog applicationSiyuan Zhou2016-03-041-0/+3
* SERVER-22728: if journaling is off, update durableOpTime with appliedOpTimeScott Hernandez2016-02-231-24/+41
* SERVER-22530 do not attempt bulk inserts on capped collections while replciatingmatt dannenberg2016-02-111-14/+25
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-11/+7
* SERVER-22130: Reset applier lastAppliedOptime after rollbackScott Hernandez2016-01-191-0/+4
* SERVER-21988: change outoforder error message logging.Scott Hernandez2016-01-051-4/+4
* SERVER-21229 group replicated insertsmatt dannenberg2015-12-211-12/+95
* 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