summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46185 Add StorageInterface utilities for replicate before journaling c...Dianna Hohensee2020-02-191-63/+39
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-191-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-63/+129
* SERVER-45839 recoverFromOplogUpTo should not invariant if there are no oplog ...Gregory Wlodarek2020-01-301-3/+20
* SERVER-45842 Remove assertion that checks whether the last applied oplog entr...Gregory Wlodarek2020-01-291-6/+1
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-20/+29
* SERVER-44442 Allow queryableBackupMode to perform replication recoveryGregory Wlodarek2020-01-061-25/+89
* SERVER-44612 recoverFromOplogAsStandalone with takeUnstableCheckpointOnShutdo...Judah Schvimer2019-12-021-0/+87
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-3/+3
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-1/+1
* SERVER-42998 Make multiSyncApply non-configurableMihai Andrei2019-10-101-1/+0
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-1/+1
* 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