summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-33488 conditionally update WT size metadata during startup recoveryKyle Suarez2018-04-071-0/+11
* SERVER-33879 config.transactions is not updated during startup replication re...Randolph Tan2018-04-041-0/+8
* SERVER-34147 Move waitUntilDurable out of replication recovery lockJudah Schvimer2018-03-271-1/+1
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+6
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-121-95/+81
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-6/+5
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-3/+2
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-1/+2
* SERVER-29894 Start oplog application during recovery at checkpoint timestampJudah Schvimer2017-08-181-47/+79
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-171-6/+4
* SERVER-29894 fall back on old oplog delete from point in FCV 3.4Judah Schvimer2017-08-141-0/+3
* SERVER-30335 Call setInitialDataTimestamp at startupJudah Schvimer2017-08-111-12/+70
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-0/+200
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-200/+0
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-0/+200