summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-10-141-1/+1
* SERVER-50414 Reads should return not primary error messages during rollback i...Pavi Vetriselvan2021-03-171-1/+1
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Samyukta Lanka2020-01-131-0/+5
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-161-1/+1
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-261-0/+2
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-121-1/+3
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-171-3/+5
* SERVER-40447: Add FlowControl unittests and jstests.Daniel Gottlieb2019-05-201-0/+3
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-1/+2
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-05-021-2/+0
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+2
* SERVER-40353 Track read concern majority wall clock timeMaria van Keulen2019-04-301-0/+2
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-1/+4
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-4/+11
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+2
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-0/+2
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-061-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-041-1/+1
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+6
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-301-6/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+6
* SERVER-38302 recalculate stable timestamp after adding finishOpTime on prepar...Pavi Vetriselvan2019-01-161-0/+2
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38781 remove vestigial html codeMathias Stearn2018-12-271-2/+0
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+1
* SERVER-38143 Remove MMAPV1 command-line options and config file settingsGregory Wlodarek2018-12-111-3/+0
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-1/+5
* SERVER-37558 Fail prepareTransaction command against primary when replica set...Vesselina Ratcheva2018-11-131-0/+2
* SERVER-37638 Expose host:port replica set member unique identifierGWlodarek2018-11-111-0/+2
* SERVER-37855 Ensure pointer is default initialized to nullptrSamy Lanka2018-11-091-1/+1
* SERVER-35879 Deal with commitTransaction oplog entries during startup recoverySamy Lanka2018-10-231-0/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35870 Make ReplicationCoordinator::stepDown report errors via exceptionsSpencer T Brody2018-09-241-4/+4
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-1/+1
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-2/+0
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-0/+1
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-4/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-3/+0
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-2/+0
* SERVER-34372 add ReplicationCoordinator::signalDropPendingCollectionsRemovedF...Benety Goh2018-04-171-0/+2
* SERVER-33167 Reset last opTimes from oplog after performing recoverable rollbackVesselina Ratcheva2018-03-161-0/+3
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-4/+0
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-02-131-2/+1
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-1/+1
* SERVER-32284 remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()Benety Goh2018-01-171-7/+2
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-4/+1
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-2/+2