summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_config_checks.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56801 Add DOCS link for reconfiguring PSA set upon failure.Faustoleyva542021-09-131-2/+3
* SERVER-53354 Remove generic FCV references in isVersionCompatible function in...ali-mir2021-08-191-76/+1
* SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfigHuayu Ouyang2021-05-141-9/+30
* Revert "SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reco...Huayu Ouyang2021-05-131-30/+9
* SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfigHuayu Ouyang2021-05-121-9/+30
* SERVER-55376: Ensure reconfig cannot roll back committed writes in PSA setsXueruiFa2021-05-121-0/+47
* Revert "SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reco...Huayu Ouyang2021-05-111-30/+9
* SERVER-56241 Don't allow setting getLastErrorDefaults on startup/reconfigHuayu Ouyang2021-05-101-9/+30
* SERVER-54829 Avoid crashing during kUpgrading/kDowngrading state if config ha...Pavi Vetriselvan2021-04-081-4/+7
* SERVER-55762 Fix secondaryDelaySecs upgrade FCV checks when 4.9 becomes last-...Pavi Vetriselvan2021-04-061-0/+5
* SERVER-54829 consolidate validateConfigForReconfig paths into a single onePavi Vetriselvan2021-04-021-16/+4
* SERVER-50827 Nodes with IP addresses in split horizons must be able to startSergey Galtsev2021-03-101-6/+20
* SERVER-54908 Allow new 4.9 shard servers in FCV 4.4 to use secondaryDelaySecsr4.9.0-alpha6Pavi Vetriselvan2021-03-051-17/+27
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-0/+59
* SERVER-48345 Allow users to add nodes with member id greater than 255.Suganthi Mani2020-06-171-39/+0
* SERVER-48411 Increase maximum allowed replica set memberId on disk from 255 t...Suganthi Mani2020-06-161-0/+39
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-1/+1
* SERVER-47515 Avoid finding self on replica set reconfig if config contents ha...William Schultz2020-04-281-76/+72
* SERVER-46999 Remove safe replica set reconfig feature gateAli Mir2020-04-071-2/+1
* SERVER-47119 Revert SERVER-46571William Schultz2020-04-071-6/+5
* SERVER-46759 Prohibit replSetInitiate from accepting configs with a 'newlyAdd...Matthew Russotto2020-04-011-0/+23
* SERVER-46582 Remove FCV checks for safe replica set reconfigAli Mir2020-03-261-4/+1
* SERVER-46571 Give initial replica set configs a term of -1William Schultz2020-03-041-5/+6
* SERVER-46502 Add feature gate for safe replica set reconfigAli Mir2020-03-031-1/+3
* SERVER-46579 Permit multinode reconfigs in FCV 4.2A. Jesse Jiryu Davis2020-03-031-1/+3
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-7/+11
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and string...William Schultz2020-02-101-11/+10
* SERVER-45084 Audit all usages of ReplSetConfig::getConfigVersion()William Schultz2020-01-291-5/+7
* SERVER-45079 Only allow addition or removal of a single voting node in non-fo...William Schultz2020-01-141-0/+54
* SERVER-45077 Add a "term" field to ReplSetConfigWilliam Schultz2020-01-071-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-30/+17
* 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-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-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-8/+4
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-221-7/+0
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-0/+353