summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+2
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-1/+2
* SERVER-42993 Convert static oplog application funcs to free funcsA. Jesse Jiryu Davis2019-09-041-3/+3
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-4/+1
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-2/+2
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-4/+4
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-9/+0
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-1/+0
* SERVER-42714 Log completion of replication recovery oplog application at defa...William Schultz2019-08-121-3/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-42236 Rename pushAllNonBlocking to "push"A. Jesse Jiryu Davis2019-07-181-1/+1
* SERVER-42236 Remove dead oplog applier codeA. Jesse Jiryu Davis2019-07-181-6/+0
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-3/+2
* SERVER-41388 Truncate the oplog after the stable timestamp on startup if the ...Dianna Hohensee2019-06-211-24/+52
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-1/+2
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-121-1/+1
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-44/+0
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40482 SERVER-40517 Fix fastcount algorithm for rollback of prepared tr...Louis Williams2019-04-121-3/+1
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-0/+2
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-0/+4
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-0/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39206 Avoid PBWM lock conflicts for prepared transaction on startupSiyuan Zhou2019-02-111-0/+3
* SERVER-38813 Replace AlternativeOpCtx with AlternativeClientRegionSiyuan Zhou2019-01-281-4/+6
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-0/+40
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-8/+22
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-33864 remove OplogApplier::Observer::onOperationConsumed()Benety Goh2018-06-121-1/+0
* SERVER-34977 SERVER-35435 SERVER-34976 Fix fastcounts for RTT, including capp...Judah Schvimer2018-06-121-1/+0
* SERVER-34130 Log oplog truncation operationAudrey Fang2018-06-061-0/+4
* SERVER-35366 OplogApplier only returns empty batch when buffer is emptyJudah Schvimer2018-06-051-2/+7
* SERVER-32335 split OplogApplier into interface and implementationBenety Goh2018-05-311-9/+9
* SERVER-32335 move SyncTail::calculateBatchLimitBytes to OplogApplierBenety Goh2018-05-311-1/+1
* SERVER-32335 move SyncTail::replBatchLimitOperations to OplogApplierBenety Goh2018-05-311-1/+1
* SERVER-32335 move SyncTail::makeWriterPool to OplogApplierBenety Goh2018-05-311-1/+1
* SERVER-35268: Reduce recovery logging and add a buffer to resmoke's I/O pipes.Daniel Gottlieb2018-05-311-5/+7
* SERVER-32334 add OplogApplier::Observer implementation for debug logging duri...Benety Goh2018-05-171-26/+44
* SERVER-34978 Upgrade could trigger invariant in replication recoveryJudah Schvimer2018-05-141-1/+1
* SERVER-32334 ReplicationRecoveryImpl::_applyToEndOfOplog() applies operations...Benety Goh2018-05-091-14/+45
* SERVER-32334 add OplogBuffer adaptor for DBDirectClient oplog queryBenety Goh2018-05-091-30/+119
* SERVER-34070 Fix invariant in replication recoveryJudah Schvimer2018-04-231-7/+7
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-231-1/+1
* SERVER-34464 fix compileJudah Schvimer2018-04-201-0/+1
* Revert "SERVER-34464 Do not relax document validation during replication reco...Judah Schvimer2018-04-201-0/+1
* SERVER-34070 log all operations during replication recovery in testsJudah Schvimer2018-04-181-1/+3
* SERVER-34464 Do not relax document validation during replication recoveryJudah Schvimer2018-04-131-1/+0
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-121-0/+22