summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/member_config.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53354 Remove generic FCV references in isVersionCompatible function in...ali-mir2021-08-191-7/+0
* SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading on...ali-mir2021-08-181-9/+2
* SERVER-55376: Ensure reconfig cannot roll back committed writes in PSA setsXueruiFa2021-05-121-0/+14
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-2/+23
* SERVER-48345 Allow users to add nodes with member id greater than 255.Suganthi Mani2020-06-171-8/+0
* SERVER-48411 Increase maximum allowed replica set memberId on disk from 255 t...Suganthi Mani2020-06-161-0/+8
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-1/+21
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-6/+21
* SERVER-46353 Remove 'newlyAdded' field from replSetGetConfig response objectVesselina Ratcheva2020-04-171-1/+1
* SERVER-46627: Ensure secondaries with 'newlyAdded' field have priority: 0Xuerui Fa2020-03-261-3/+10
* SERVER-46434 return a bool for isNewlyAdded()Judah Schvimer2020-03-261-4/+7
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-63/+27
* SERVER-46628: Ensure nodes with newlyAdded field effectively have votes: 0Xuerui Fa2020-03-191-1/+2
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-061-0/+25
* Revert "SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in re...Judah Schvimer2020-03-061-25/+0
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-051-0/+25
* SERVER-46473 config replication check only counts voting nodesPavi Vetriselvan2020-03-031-0/+1
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-0/+1
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-2/+3
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-12/+36
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-10/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-133/+158
* SERVER-16079 Invalid number of votes is a validation error not a parse errorSpencer T Brody2014-11-121-2/+2
* SERVER-15535 support for write concern internal tagsEric Milkie2014-10-131-1/+10
* SERVER-14624 Add isElectable and getNumVotes methods to MemberConfig.Andy Schwerin2014-07-211-0/+10
* SERVER-14586 add toBSON() methods to ReplicaSetConfig and MemberConfig classesmatt dannenberg2014-07-211-0/+5
* SERVER-14436 Introduce replica set tag, pattern and match types.Andy Schwerin2014-07-141-1/+6
* SERVER-14436 Introduce MemberConfig and ReplicaSetTag types and parsing.Andy Schwerin2014-07-081-0/+151