summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-08-301-1/+1
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-08-211-6/+5
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-271-2/+4
* SERVER-39810 Make the new transaction format the default.Matthew Russotto2019-05-231-2/+0
* SERVER-41270 Split batch after beginApplyingTimestamp in initial syncer.Matthew Russotto2019-05-221-0/+7
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+3
* SERVER-41025 parse embedded operation count using new implicit commit format ...Benety Goh2019-05-161-7/+9
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-0/+2
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-101-1/+1
* Revert "SERVER-41006 Make replBatchLimitBytes configurable"Siyuan Zhou2019-05-081-1/+1
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-081-1/+1
* SERVER-39436 check batch limits on large unprepared transactions using embedd...Benety Goh2019-04-081-0/+6
* SERVER-39436 fix batch limit checking in OplogApplier::getNextApplierBatch()Benety Goh2019-04-081-9/+19
* SERVER-39950 make OplogApplier::getNextApplierBatch() shutdown-awareBenety Goh2019-04-061-6/+21
* SERVER-39950 OplogApplier::getNextApplierBatch() handles BatchLimit::slaveDel...Benety Goh2019-04-061-0/+14
* SERVER-40169 OplogApplier::getNextApplierBatch() groups unprepared commitTran...Benety Goh2019-04-061-15/+66
* SERVER-40169 OplogApplier::getNextApplierBatch() processes admin.system.versi...Benety Goh2019-04-061-1/+4
* SERVER-40169 OplogApplier::getNextApplierBatch() processes system.views oplog...Benety Goh2019-04-051-2/+7
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-27/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-1/+2
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-5/+2
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37505 Run applyOps with prepare: true in its own batch in MultiApplier.Siyuan Zhou2018-10-081-1/+2
* SERVER-32333 implement OplogApplier::enqueue()Benety Goh2018-06-131-1/+18
* SERVER-32333 add OplogApplier::getBuffer()Benety Goh2018-06-131-0/+4
* SERVER-35405 Change default for replBatchLimitOperations from 50000 to 5000Spencer T Brody2018-06-131-1/+1
* SERVER-35511: Access oplog entry before destroying its state with std::move.Daniel Gottlieb2018-06-081-1/+1
* SERVER-35366 OplogApplier only returns empty batch when buffer is emptyJudah Schvimer2018-06-051-1/+7
* SERVER-32335 split OplogApplier into interface and implementationBenety Goh2018-05-311-20/+5
* SERVER-32335 move SyncTail::calculateBatchLimitBytes to OplogApplierBenety Goh2018-05-311-0/+10
* SERVER-32335 move SyncTail::replBatchLimitOperations to OplogApplierBenety Goh2018-05-311-0/+15
* SERVER-32335 move SyncTail::makeWriterPool to OplogApplierBenety Goh2018-05-311-0/+41
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-3/+3
* SERVER-32334 add OplogApplier::Observer implementation for debug logging duri...Benety Goh2018-05-171-1/+4
* SERVER-32334 add OplogApplier::multiApplyBenety Goh2018-05-091-0/+4
* SERVER-32335 add OplogApplier::getNextApplierBatch()Benety Goh2018-05-091-0/+51
* SERVER-32334 relax constraints on OplogApplier options to support recoveryBenety Goh2018-05-081-1/+0
* SERVER-32334 SyncTail accepts optional OplogApplier::OptionsBenety Goh2018-05-041-1/+1
* SERVER-32334 OplogApplier and SyncTail accept ReplicationConsistencyMarkers a...Benety Goh2018-05-021-1/+6
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-32332 implement OplogApplier for steady state replicationBenety Goh2018-03-231-6/+29
* SERVER-32354 add OplogApplier interfaceBenety Goh2018-03-091-0/+60