summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_config_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-15/+31
* SERVER-43959: Use "default" initializer prerequisite for warning in mongod_op...Jordi Serra Torrens2020-11-051-7/+0
* SERVER-43959: Make warning for enableMajorityReadConcern show on logJordi Serra Torrens2020-10-281-0/+7
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-35/+0
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-0/+35
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-35/+0
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-986/+1011
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-138/+210
* SERVER-47089 Create IDL for ReplSetConfig "settings" object.Matthew Russotto2020-04-101-15/+27
* SERVER-46345 Remove newlyAdded field on heartbeats that indicate a node left ...Judah Schvimer2020-04-021-15/+73
* SERVER-46434 return a bool for isNewlyAdded()Judah Schvimer2020-03-261-1/+1
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-23/+27
* SERVER-46628: Ensure nodes with newlyAdded field effectively have votes: 0Xuerui Fa2020-03-191-2/+35
* SERVER-46352: Ensure the newlyAdded field is always true when present, even f...Xuerui Fa2020-03-101-5/+22
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-061-0/+52
* Revert "SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in re...Judah Schvimer2020-03-061-52/+0
* SERVER-46344: Add 'newlyAdded' field to new nodes with votes: 1 in reconfigXuerui Fa2020-03-051-0/+52
* SERVER-46284 Serialize term -1 as a missing field in repl_set_config.cppAli Mir2020-02-261-0/+3
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and string...William Schultz2020-02-101-0/+7
* SERVER-45082 Add ConfigVersionAndTerm structure for comparing replica set con...William Schultz2020-02-041-0/+21
* SERVER-45078 Ignore term in configs provided by replSetReconfig commandPavithra Vetriselvan2020-01-211-0/+13
* SERVER-45077 Add a "term" field to ReplSetConfigWilliam Schultz2020-01-071-2/+62
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-871/+401
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-2/+2
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-111-19/+0
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-1/+142
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-0/+19
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-241-19/+0
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-241-0/+19
* 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-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/+16
* SERVER-34906 Rename CannotSatisfyWriteConcern to UnsatisfiableWriteConcernNathan Louie2018-06-051-3/+3
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-30/+159
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-25/+0
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-0/+25
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-25/+0
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-011-23/+50
* SERVER-29499 Schedule a catchup takeover on receiving heartbeats from the cur...Samy Lanka2017-06-301-0/+25
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-0/+1802