summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+8
* SERVER-43000 Rename OpQueueBatcher to OplogBatcherA. Jesse Jiryu Davis2019-11-221-2/+2
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-3/+4
* SERVER-43001 Move BatchLimits to OpQueueBatcherHaley Connelly2019-11-181-175/+8
* SERVER-35846 sanitize repl thread namesPavithra Vetriselvan2019-11-071-2/+2
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-4/+4
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-10/+0
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-0/+10
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-071-0/+4
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-10-051-0/+6
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-2/+5
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-2/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-42993 Convert static oplog application funcs to free funcsA. Jesse Jiryu Davis2019-09-041-34/+29
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-0/+2
* SERVER-42236 Rename pushAllNonBlocking to "push"A. Jesse Jiryu Davis2019-07-181-1/+1
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-1/+1
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-6/+5
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-2/+4
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-121-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* 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