summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-04-281-1/+10
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...Moustafa Maher2021-04-011-1/+6
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-1/+1
* SERVER-51348 makeReplWriterPool should respect threadCount argumentMatthew Russotto2020-10-121-1/+1
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-3/+11
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-2/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-2/+5
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-4/+2
* 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