summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-191-7/+24
* Revert "SERVER-37574 Force reconfig should kill operations that conflict state"Suganthi Mani2019-05-191-24/+7
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-191-7/+24
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-1/+3
* SERVER-40353 Track read concern majority wall clock timeMaria van Keulen2019-04-301-1/+1
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-3/+6
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-3/+6
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-2/+8
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+5
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-261-4/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+18
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-301-18/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+18
* SERVER-38781 remove vestigial html codeMathias Stearn2018-12-271-6/+0
* SERVER-37065 Report ismaster:false on learning of new termA. Jesse Jiryu Davis2018-12-111-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-0/+1
* SERVER-36746 Don't erroneously skip drain mode if a stepdown attempt fails.Spencer T Brody2018-08-301-43/+39
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-221-3/+4
* SERVER-36345 ReplSetStatusArgs holds data members by valueTess Avitabile2018-08-011-4/+4
* SERVER-32906 Improve logging around electionsTess Avitabile2018-07-271-0/+10
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-07-271-2/+2
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-3/+12
* SERVER-31963 Removal of pv0 specific functions in topology_coordinator.cpp.Suganthi Mani2018-07-091-42/+0
* SERVER-31963 Removal of pv0 specific fields in the heartbeat messages.Suganthi Mani2018-07-091-3/+2
* SERVER-35623 Add function for choosing node to step up for election handoffVesselina Ratcheva2018-07-091-0/+12
* SERVER-31963 Removes pv0 election style implementation.smani872018-06-281-33/+9
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-18/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-10/+1
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-1/+2
* SERVER-34716 improve ReplSetGetStatus unittestsJudah Schvimer2018-05-011-1/+2
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-101-0/+4
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-30/+1
* SERVER-33383 Prevent internal replSetStepDown from racing with stepdown via h...Vesselina Ratcheva2018-02-281-2/+3
* SERVER-30283 Fix typo in PingStats commentWilliam Schultz2018-01-251-1/+1
* SERVER-30283 Clean up TopologyCoordinator::PingStats interfaceWilliam Schultz2018-01-251-21/+80
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-121-14/+54
* SERVER-30283 Fix integer overflow in PingStats::hit()Chibuikem Amaechi2018-01-091-6/+17
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-1/+0
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2017-11-281-33/+4
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-180/+751
* SERVER-30626 Rename files to prepare for removing TopologyCoordinator interface.Matthew Russotto2017-11-281-606/+371
* SERVER-31572 Fail to complete transition to primary if we've already decided ...Spencer T Brody2017-10-241-1/+2
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-0/+5
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-251-9/+18
* SERVER-28544 Push logic from ReplicationCoordinatorImpl::_tryToStepDown into ...Spencer T Brody2017-09-151-35/+31
* SERVER-28544 Only allow one stepdown command to be processed at a timeSpencer T Brody2017-09-131-28/+98
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-0/+5