summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41500 Track number of successful elections for each reason in serverSt...Samyukta Lanka2019-09-2614-59/+523
* SERVER-42910 Oplog query with higher timestamp but lower term than the sync s...Siyuan Zhou2019-09-262-3/+7
* SERVER-41792 Make recoverFromOplogAsStandalone always replay entries from the...Vesselina Ratcheva2019-09-241-1/+1
* SERVER-42155 include relevant optimes in read concern timeout reportingKevin Pulo2019-09-131-7/+17
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-09-051-2/+0
* SERVER-42714 Log completion of replication recovery oplog application at defa...William Schultz2019-09-041-3/+2
* SERVER-39310: Call checkCanServeReadsFor() in 'getMore'Lingzhi Deng2019-09-033-0/+18
* SERVER-37173 rollbackViaRefetch survives non-existent collection dropPavi Vetriselvan2019-08-201-8/+29
* SERVER-38685 Adds a warning when ephemeral storage is used with writeConcernM...Vishnu Kaushik2019-08-191-1/+18
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-08-196-29/+114
* SERVER-41509 Track the number of attempted stepDowns in serverStatusMedha Potluri2019-08-161-3/+13
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-08-165-0/+56
* SERVER-41511 Track the number of stepdowns caused by seeing a higher term in ...Medha Potluri2019-08-135-0/+39
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-08-131-1/+4
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-08-1313-14/+476
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-116-23/+74
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-07-102-12/+12
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-07-081-0/+15
* SERVER-41498 Create ReplicationMetrics classMedha Potluri2019-07-034-0/+145
* SERVER-41497 Create IDL types for ElectionMetrics, ElectionCandidateMetrics a...Medha Potluri2019-07-021-0/+48
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2019-07-011-0/+8
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-06-146-36/+137
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post im...Randolph Tan2019-06-032-0/+126
* SERVER-37065 Report ismaster:false on learning of new termA. Jesse Jiryu Davis2019-05-302-1/+38
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-2921-511/+1862
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-293-0/+39
* SERVER-41081 do_not_advance_commit_point_beyond_last_applied_term.js must wai...Tess Avitabile2019-05-131-0/+1
* SERVER-40788 Improve logging around replication catchupJudah Schvimer2019-05-131-4/+8
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-103-6/+26
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-176-31/+88
* SERVER-39672: default to local if no read concern specified for a multi-statm...Lingzhi Deng2019-04-052-1/+11
* SERVER-40355 Handle RS config with _id larger than set sizer4.0.8-rc0r4.0.8A. Jesse Jiryu Davis2019-03-271-1/+1
* SERVER-38994 step down on SIGTERMJason Carey2019-03-256-0/+84
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-225-70/+140
* Revert "SERVER-33248 Allow choosing a sync source that we are up to date with...Tess Avitabile2019-03-228-304/+84
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2019-03-047-11/+22
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-03-014-4/+4
* SERVER-38722 Make CollectionCloner tolerate QueryPlanKilled error on collecti...David Storch2019-02-282-41/+56
* SERVER-37846 Disallow using arbiters to satisfy numeric write concern when wr...Vesselina Ratcheva2019-02-272-0/+104
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2019-02-265-0/+20
* SERVER-35663 Always update the logical clock before advancing the last applie...Jack Mulrow2019-02-257-16/+52
* SERVER-38354 Allow shutdown error in reading last applied optime on startupSiyuan Zhou2019-02-211-0/+2
* SERVER-38748 Background indexes created through applyOps should run on the co...Louis Williams2019-02-191-31/+42
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-222-4/+25
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-222-1/+11
* SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries.Suganthi Mani2019-01-121-1/+12
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2019-01-113-6/+129
* SERVER-37911 createIndex via applyOps should notify opObserver in the WUOW of...Louis Williams2019-01-111-9/+17
* SERVER-35608 Added an invariant to make sure that optime with lower and highe...Suganthi Mani2019-01-083-17/+145
* SERVER-37910 Added a new serverStatus meteric "repl.apply.batchSize" to track...Suganthi Mani2019-01-081-0/+9