summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-43048 repl_set_config ADLBilly Donahue2019-08-271-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-72/+40
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-5/+91
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* SERVER-39041 Revert "SERVER-38094 Add write concern that waits for majority c...Suganthi Mani2019-04-031-2/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-7/+0
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-0/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-38094 Add write concern that waits for majority commit point but not c...Jack Mulrow2018-11-151-1/+2
* SERVER-37557 Add startup warning about enableMajorityReadConcern and usage of...Vesselina Ratcheva2018-11-061-0/+9
* 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/+6
* SERVER-36052 Remove _rsConfig.getProtocolVersion() check as part of pv0 code ...smani872018-07-291-13/+3
* SERVER-34906 Rename CannotSatisfyWriteConcern to UnsatisfiableWriteConcernNathan Louie2018-06-051-2/+2
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-35/+29
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...Misha Tyulenev2018-01-211-1/+10
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-6/+3
* SERVER-29844 Prefers a priority takeover if the current node has highest prio...Pavithra Vetriselvan2017-12-051-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-7/+4
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-5/+8
* Revert "Trivial lint fix of 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5"Kaloian Manassiev2017-12-011-2/+2
* Trivial lint fix of 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5Billy Donahue2017-12-011-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-8/+5
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-011-7/+26