summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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