summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-4/+4
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-4/+4
* SERVER-73594: Add oplog application benchmarks for prepared transactionsLingzhi Deng2023-04-091-0/+6
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-4/+4
* SERVER-65723 Add parameter oplogBatchDelayMillis to improve batching on caugh...Matthew Russotto2022-05-121-2/+4
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-1/+3
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-1/+6
* SERVER-43001 Remove old TODOs in oplog applicationA. Jesse Jiryu Davis2019-11-221-2/+0
* SERVER-43000 Rename OpQueueBatcher to OplogBatcherA. Jesse Jiryu Davis2019-11-221-5/+5
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-11/+10
* SERVER-43001 Move BatchLimits to OpQueueBatcherHaley Connelly2019-11-181-54/+17
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-5/+6
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-61/+0
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-0/+61
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-071-0/+5
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-1/+5
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-7/+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-19/+18
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-6/+8
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-4/+0
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-14/+7
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-7/+16
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-2/+6
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41270 Split batch after beginApplyingTimestamp in initial syncer.Matthew Russotto2019-05-221-0/+4
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-101-5/+0
* Revert "SERVER-41006 Make replBatchLimitBytes configurable"Siyuan Zhou2019-05-081-0/+5
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-081-5/+0
* SERVER-39950 make OplogApplier::getNextApplierBatch() shutdown-awareBenety Goh2019-04-061-0/+17
* SERVER-39950 SyncTail::oplogApplication() accepts OplogApplier::GetNextApplie...Benety Goh2019-04-061-0/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32333 implement OplogApplier::enqueue()Benety Goh2018-06-131-2/+10
* SERVER-32333 add OplogApplier::getBuffer()Benety Goh2018-06-131-0/+5
* SERVER-33864 remove OplogApplier::Observer::onOperationConsumed()Benety Goh2018-06-121-6/+0
* SERVER-32335 split OplogApplier into interface and implementationBenety Goh2018-05-311-30/+25
* SERVER-32335 move SyncTail::calculateBatchLimitBytes to OplogApplierBenety Goh2018-05-311-0/+8
* SERVER-32335 move SyncTail::replBatchLimitBytes to OplogApplierBenety Goh2018-05-311-0/+5
* SERVER-32335 move SyncTail::replBatchLimitOperations to OplogApplierBenety Goh2018-05-311-0/+5
* SERVER-32335 move SyncTail::makeWriterPool to OplogApplierBenety Goh2018-05-311-0/+6
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-3/+0
* SERVER-32335 replace SyncTail::setHostname with OplogApplier optionBenety Goh2018-05-251-0/+5
* SERVER-32334 add OplogApplier::multiApplyBenety Goh2018-05-091-0/+18
* SERVER-32335 add OplogApplier::getNextApplierBatch()Benety Goh2018-05-091-0/+10
* SERVER-32335 move BatchLimits from SyncTail to OplogApplierBenety Goh2018-05-091-0/+16
* SERVER-32334 SyncTail::multiApply() supports opting out of consistency marker...Benety Goh2018-05-041-0/+1