summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-06-091-5/+7
* SERVER-57173: BACKPORT-9321 Add distinction to oplog application when data is...Andrew Shuvalov2021-06-071-21/+37
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-11-201-2/+6
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-09-181-4/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-251-0/+14
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-9/+9
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-10-231-9/+7
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-161-0/+13
* SERVER-41437 minor transaction_oplog_application.js clean upJudah Schvimer2019-10-111-68/+31
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-121-0/+4
* SERVER-42219 Make sure oplog buffer is empty when primary exits drain mode.Siyuan Zhou2019-09-051-9/+47
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-08-301-4/+5
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-08-211-32/+13
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-18/+16
* SERVER-41942: Clear partialTxnList after committing a prepared transaction du...Lingzhi Deng2019-07-111-0/+1
* SERVER-41988 ignore prepare conflicts on secondariesPavi Vetriselvan2019-07-031-0/+8
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-271-12/+50
* SERVER-41105 Consistently refer to the PBWM lock in code and textDianna Hohensee2019-06-181-1/+1
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valuer4.2.0-rc1Maria van Keulen2019-06-111-2/+2
* 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
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-10/+6
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-6/+10
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-5/+4
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-19/+24
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-0/+4
* SERVER-39383 Add a test for speculative majority change stream secondary read...William Schultz2019-03-181-0/+10
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large transact...Matthew Russotto2019-03-141-7/+74
* SERVER-38297 Cleanup SyncTail and OplogApplierImplKaloian Manassiev2019-03-131-27/+22
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-1/+1