summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_config.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48411 Increase maximum allowed replica set memberId on disk from 255 t...Suganthi Mani2020-06-161-1/+1
* SERVER-46379 upgrade/downgrade support for initial sync semantics.Suganthi Mani2020-05-301-0/+6
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-34/+64
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-110/+53
* SERVER-46353 Remove 'newlyAdded' field from replSetGetConfig response objectVesselina Ratcheva2020-04-171-1/+11
* SERVER-47089 Create IDL for ReplSetConfig "settings" object.Matthew Russotto2020-04-101-17/+10
* SERVER-46345 Remove newlyAdded field on heartbeats that indicate a node left ...Judah Schvimer2020-04-021-2/+12
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-011-1/+1
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-1/+2
* SERVER-46352: Ensure the newlyAdded field is always true when present, even f...Xuerui Fa2020-03-101-1/+1
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-061-0/+5
* Revert "SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in re...Judah Schvimer2020-03-061-5/+0
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-051-0/+5
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-3/+13
* SERVER-46274: Add votingMembersCount and writableVotingMembersCount fields to...Xuerui Fa2020-02-261-0/+8
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and string...William Schultz2020-02-101-2/+1
* SERVER-45082 Secondaries only learn replica set configs with a newer (version...William Schultz2020-02-061-0/+7
* SERVER-45082 Add ConfigVersionAndTerm structure for comparing replica set con...William Schultz2020-02-041-0/+61
* SERVER-45920 Validate writeConcern.wAmirsaman Memaripour2020-02-031-1/+5
* SERVER-45078 Ignore term in configs provided by replSetReconfig commandPavithra Vetriselvan2020-01-211-2/+12
* SERVER-45079 Only allow addition or removal of a single voting node in non-fo...William Schultz2020-01-141-0/+13
* SERVER-45077 Add a "term" field to ReplSetConfigWilliam Schultz2020-01-071-0/+12
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-0/+4
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37557 Add startup warning about enableMajorityReadConcern and usage of...Vesselina Ratcheva2018-11-061-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-171-0/+4
* SERVER-36052 Remove _rsConfig.getProtocolVersion() check as part of pv0 code ...smani872018-07-291-2/+2
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-10/+3
* SERVER-29844 Prefers a priority takeover if the current node has highest prio...Pavithra Vetriselvan2017-12-051-5/+5
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-011-2/+7
* SERVER-29499 Schedule a catchup takeover on receiving heartbeats from the cur...Samy Lanka2017-06-301-0/+7
* SERVER-28908 Change ReplSetConfig return type from 'const int' to 'int'Judah Schvimer2017-04-211-2/+2
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-0/+1
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-1/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-0/+1
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-0/+401