summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60696 Add a server parameter to disallow multiple arbitersFrederic Vitzikam2022-02-041-0/+6
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-47/+54
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-201-1/+8
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-191-8/+1
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-181-1/+8
* SERVER-62018 ReplSetConfig supports an optional splitConfig subdocumentmathisbessamdb2022-01-141-0/+25
* SERVER-62016 support tagged write concernsMatt Broadstone2022-01-131-0/+24
* SERVER-56146 Fix commitQuorum error messageJordi Olivares Provencio2022-01-121-1/+0
* SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading on...ali-mir2021-08-181-31/+3
* SERVER-48545 Remove upgrade/downgrade support for initial sync semantics proj...Huayu Ouyang2021-08-111-9/+0
* SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfigHuayu Ouyang2021-05-141-11/+8
* Revert "SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reco...Huayu Ouyang2021-05-131-8/+11
* SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfigHuayu Ouyang2021-05-121-11/+8
* Revert "SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reco...Huayu Ouyang2021-05-111-8/+11
* SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfigHuayu Ouyang2021-05-101-11/+8
* SERVER-55687 Add function to calculate write concern default formulaMoustafa Maher2021-04-201-0/+8
* SERVER-50827 Nodes with IP addresses in split horizons must be able to startSergey Galtsev2021-03-101-1/+9
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-2/+40
* SERVER-53120 remove unimplemented function parseMongodReplicationOptionsBenety Goh2020-12-011-0/+1
* SERVER-49081 Add check for IP addresses in split horizon configurationsGabriel Marks2020-08-071-0/+27
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-1/+1
* 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/+9
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-55/+53
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-254/+118
* SERVER-46353 Remove 'newlyAdded' field from replSetGetConfig response objectVesselina Ratcheva2020-04-171-1/+9
* SERVER-47089 Create IDL for ReplSetConfig "settings" object.Matthew Russotto2020-04-101-247/+28
* SERVER-47119 Revert SERVER-46571William Schultz2020-04-071-1/+1
* SERVER-46345 Remove newlyAdded field on heartbeats that indicate a node left ...Judah Schvimer2020-04-021-2/+21
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-011-2/+2
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-3/+0
* SERVER-46628: Ensure nodes with newlyAdded field effectively have votes: 0Xuerui Fa2020-03-191-0/+4
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-0/+13
* SERVER-45143 use default value for 'protocolVersion' field during reconfigsSamy Lanka2020-03-091-2/+2
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-061-0/+4
* Revert "SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in re...Judah Schvimer2020-03-061-4/+0
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-051-0/+4
* SERVER-46571 Give initial replica set configs a term of -1William Schultz2020-03-041-1/+1
* SERVER-46473 config replication check only counts voting nodesPavi Vetriselvan2020-03-031-2/+2
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-3/+25
* SERVER-46274: Add votingMembersCount and writableVotingMembersCount fields to...Xuerui Fa2020-02-261-1/+2
* SERVER-46284 Serialize term -1 as a missing field in repl_set_config.cppAli Mir2020-02-261-2/+1
* SERVER-45085 check config replication condition on reconfigPavithra Vetriselvan2020-02-251-1/+2
* SERVER-45408 Enable serialization of config "term" fieldSiyuan Zhou2020-02-051-3/+6
* SERVER-45920 Validate writeConcern.wAmirsaman Memaripour2020-02-031-1/+0
* SERVER-45078 Ignore term in configs provided by replSetReconfig commandPavithra Vetriselvan2020-01-211-8/+15
* SERVER-45077 Add a "term" field to ReplSetConfigWilliam Schultz2020-01-071-0/+23
* SERVER-43766 Speed up initial syncs and awaitLastStableRecoveryTimestamp in R...William Schultz2019-12-051-1/+9
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-121-3/+5
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-2/+1