summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator_v1_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-1/+1
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-4/+3
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-57/+74
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-261-168/+40
* 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/+149
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-301-149/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+149
* SERVER-37846 Disallow using arbiters to satisfy numeric write concern when wr...Vesselina Ratcheva2019-01-231-0/+96
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34948 Add whitespace to No electable secondaries errorKelsey Schubert2018-09-061-1/+1
* SERVER-36746 Don't erroneously skip drain mode if a stepdown attempt fails.Spencer T Brody2018-08-301-9/+9
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-221-34/+162
* SERVER-35953 Remove unused "hbmsg" field from heartbeat response message.Suganthi Mani2018-07-271-2/+1
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-271-1/+8
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-4/+12
* SERVER-31963 Removal of pv0 specific functions in topology_coordinator.cpp.Suganthi Mani2018-07-091-42/+2
* SERVER-31963 Removal of pv0 specific fields in the heartbeat messages.Suganthi Mani2018-07-091-60/+0
* SERVER-35623 Add function for choosing node to step up for election handoffVesselina Ratcheva2018-07-091-0/+217
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-37/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-1/+0
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-5/+5
* SERVER-34716 improve ReplSetGetStatus unittestsJudah Schvimer2018-05-011-9/+40
* SERVER-33546 Adding a new field syncSourceId to replSetGetStatus cmd.Suganthi Mani2018-04-271-5/+129
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-2/+17
* SERVER-27230 Always emit string status fields in replica set statusVesselina Ratcheva2018-03-271-0/+160
* SERVER-33383 Prevent internal replSetStepDown from racing with stepdown via h...Vesselina Ratcheva2018-02-281-0/+17
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-121-61/+59
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-3/+3
* SERVER-29844 Prefers a priority takeover if the current node has highest prio...Pavithra Vetriselvan2017-12-051-1/+3
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2017-11-281-66/+66
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-10/+9
* SERVER-30626 Rename files to prepare for removing TopologyCoordinator interface.Matthew Russotto2017-11-281-0/+5501