summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-1/+3
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-2/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-1/+1
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-9/+27
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+7
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-0/+9
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-061-6/+10
* SERVER-39139 Make canAcceptWritesFor, canAcceptWritesForDatabase and canServe...Vesselina Ratcheva2019-02-111-2/+2
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-041-4/+3
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+21
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-301-21/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+21
* SERVER-38302 recalculate stable timestamp after adding finishOpTime on prepar...Pavi Vetriselvan2019-01-161-0/+7
* SERVER-38781 remove vestigial html codeMathias Stearn2018-12-271-7/+0
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+13
* SERVER-38143 Remove MMAPV1 command-line options and config file settingsGregory Wlodarek2018-12-111-2/+0
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-10/+19
* SERVER-37558 Fail prepareTransaction command against primary when replica set...Vesselina Ratcheva2018-11-131-0/+5
* SERVER-37638 Expose host:port replica set member unique identifierGWlodarek2018-11-111-0/+6
* 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-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-35870 Make ReplicationCoordinator::stepDown report errors via exceptionsSpencer T Brody2018-09-241-11/+7
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-1/+1
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-5/+0
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-33/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-3/+0
* SERVER-34682 Old primary should be able to store last vote when casting vote ...William Schultz2018-05-161-1/+4
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-15/+0
* SERVER-34372 add ReplicationCoordinator::signalDropPendingCollectionsRemovedF...Benety Goh2018-04-171-0/+5
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-32/+7
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-10/+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-2/+2
* SERVER-32284 remove unused last snapshot support from ReplClientInfoBenety Goh2018-01-171-3/+2
* SERVER-32284 remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()Benety Goh2018-01-171-7/+0
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-13/+1
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-6/+21
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-11/+3
* SERVER-32006 add a parameter to wait before secondaries perform noop writeMisha Tyulenev2017-11-171-0/+10
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-8/+0
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-2/+3
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-2/+2
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-1/+0
* SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordinatorBenety Goh2017-05-231-0/+6
* Revert "SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordina...Benety Goh2017-05-231-6/+0
* SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordinatorBenety Goh2017-05-231-0/+6
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-12/+2
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-2/+12