summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/member_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+4
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-60544 Replace remaining references to slaveDelay in replication systemali-mir2021-10-081-1/+1
* SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading on...ali-mir2021-08-181-3/+0
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-2/+8
* SERVER-46541 remove enableAutomaticReconfig parameterJudah Schvimer2020-07-091-9/+0
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-0/+26
* SERVER-47878 Need to always serialize tags field in config, even if not provi...Matthew Russotto2020-05-011-3/+2
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-49/+52
* SERVER-46353 Remove 'newlyAdded' field from replSetGetConfig response objectVesselina Ratcheva2020-04-171-2/+2
* SERVER-46924: Ensure arbiters are never given a 'newlyAdded' fieldXuerui Fa2020-03-271-0/+4
* SERVER-46627: Ensure secondaries with 'newlyAdded' field have priority: 0Xuerui Fa2020-03-261-6/+5
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-192/+42
* SERVER-46628: Ensure nodes with newlyAdded field effectively have votes: 0Xuerui Fa2020-03-191-1/+1
* SERVER-46352: Ensure the newlyAdded field is always true when present, even f...Xuerui Fa2020-03-101-1/+2
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-061-0/+30
* Revert "SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in re...Judah Schvimer2020-03-061-30/+0
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-051-0/+30
* SERVER-46473 config replication check only counts voting nodesPavi Vetriselvan2020-03-031-4/+11
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-1/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-9/+3
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-56/+55
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-2/+1
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-7/+5
* SERVER-19491 Require that arbiters have priority 0 or 1.Matthew Russotto2017-02-161-10/+11
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-071-8/+14
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-247/+235
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-16079 Invalid number of votes is a validation error not a parse errorSpencer T Brody2014-11-121-10/+8
* SERVER-15535 support for write concern internal tagsEric Milkie2014-10-131-1/+44
* SERVER-14624 switch to using new MemberConfig methodsEric Milkie2014-07-221-1/+1
* SERVER-14586 add toBSON() methods to ReplicaSetConfig and MemberConfig classesmatt dannenberg2014-07-211-0/+21
* SERVER-14436 Introduce replica set tag, pattern and match types.Andy Schwerin2014-07-141-2/+3
* SERVER-14436 Introduce MemberConfig and ReplicaSetTag types and parsing.Andy Schwerin2014-07-081-0/+256