summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-598/+0
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-251/+1
* SERVER-43327 Move runLoop from SyncTail to OplogApplierImpl and move OpQueueB...Mihai Andrei2019-09-231-389/+0
* SERVER-43383 Fix CachedCollectionProperties usage in SyncTailMihai Andrei2019-09-231-14/+14
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-9/+9
* SERVER-42994 Add finishRecoveryIfEligible to ReplCoordinatorA. Jesse Jiryu Davis2019-09-121-75/+5
* SERVER-42995 Remove redundant SyncTail methodsMihai Andrei2019-09-121-88/+117
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-11/+10
* SERVER-42204 Make calculation of oplog batch size uninterruptibleA. Jesse Jiryu Davis2019-09-061-2/+3
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-3/+2
* SERVER-42993 Convert static oplog application funcs to free funcsA. Jesse Jiryu Davis2019-09-041-99/+108
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-4/+0
* SERVER-42219 Make sure oplog buffer is empty when primary exits drain mode.Siyuan Zhou2019-08-231-9/+47
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-1/+1
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-7/+3
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-156/+4
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-161-0/+4
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-091-69/+32
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-21/+18
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-18/+16
* SERVER-41942: Clear partialTxnList after committing a prepared transaction du...Lingzhi Deng2019-07-111-0/+1
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-32/+13
* SERVER-41988 ignore prepare conflicts on secondariesPavi Vetriselvan2019-07-021-0/+8
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-12/+50
* SERVER-41105 Consistently refer to the PBWM lock in code and textDianna Hohensee2019-06-181-1/+1
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-121-4/+5
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-40177 Enforce prepare conflicts on secondariesLouis Williams2019-05-311-4/+0
* SERVER-39438 Write "abortTransaction" oplog entry when aborting unprepared tr...Jason Chan2019-05-141-6/+9
* SERVER-41090 remove noop oplog entry DB X lock acquisitionJudah Schvimer2019-05-131-7/+2
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-11/+16
* SERVER-40728 remove commitTransaction handling for unprepared transactionsBenety Goh2019-05-101-40/+0
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-101-3/+3
* Revert "SERVER-41006 Make replBatchLimitBytes configurable"Siyuan Zhou2019-05-081-3/+3
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-081-3/+3
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-2/+2
* SERVER-40675 extract and commit chain of oplog entries for unprepared transac...Benety Goh2019-05-021-0/+25
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+15
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-5/+6
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog e...Lingzhi Deng2019-04-251-5/+5
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-25/+20
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39793 Update the state in transaction table for running transactions o...Jason Chan2019-04-081-2/+2
* SERVER-39950 remove SyncTail::tryPopAndWaitForMore() and _consume()Benety Goh2019-04-071-107/+0
* SERVER-39950 SyncTail::OpQueueBatcher::run() obtains next batch of ops using ...Benety Goh2019-04-061-9/+17
* SERVER-39950 SyncTail::oplogApplication() accepts OplogApplier::GetNextApplie...Benety Goh2019-04-061-6/+12
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-6/+10