summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replica_set_config.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-4/+35
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-181-4/+45
* SERVER-21447 reject configs with protocolversions other than 0 and 1matt dannenberg2015-11-131-2/+2
* SERVER-21236 Don't automatically add 'configsvr':true to replset config when ...Spencer T Brody2015-11-121-2/+12
* SERVER-21396 raise default electionTimeoutMillis to 10 secondsEric Milkie2015-11-101-1/+1
* SERVER-20890 Always use double for prioritiesSiyuan Zhou2015-10-201-1/+1
* SERVER-20840 Shorten the election timeout to 5 secondsSiyuan Zhou2015-10-091-1/+1
* SERVER-2723 derive election timeout offset limit from election timeout. Also ...Benety Goh2015-10-081-57/+23
* SERVER-20722 require journaling and rs pv1 with config serversmatt dannenberg2015-10-081-0/+3
* SERVER-20374 replica set configuration field electionTimeoutOffsetLimitMillis...Benety Goh2015-09-281-20/+15
* SERVER-20247 clang format fixEsha Maharishi2015-09-251-4/+2
* SERVER-20247 include configsvr:true in default replica set config if node sta...Esha Maharishi2015-09-251-1/+4
* SERVER-20374 election timeout offset added to replica set configmatt dannenberg2015-09-181-19/+29
* SERVER-18498 Fix heartbeat in protocol version 1Siyuan Zhou2015-09-151-3/+9
* SERVER-19138 Add additional validation of replica set configuration for confi...matt dannenberg2015-09-081-0/+12
* SERVER-19836 implement priority logic for PV1 electionsmatt dannenberg2015-09-041-0/+34
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-1/+1
* Revert "SERVER-18265 set proper timeout for find/getmore repl commands"Eric Milkie2015-09-031-1/+1
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-1/+1
* SERVER-19933 check validity of "configsvr:true" at config validation timematt dannenberg2015-08-171-0/+10
* SERVER-19925 move protocolVersion field to top levelmatt dannenberg2015-08-171-9/+12
* SERVER-19637 add election timeout to replica set configmatt dannenberg2015-08-131-7/+27
* SERVER-19830 added testing-only heartbeatIntervalMillis field to replica set ...Benety Goh2015-08-121-0/+30
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-2/+4
* SERVER-19732 SERVER-19524 SERVER-19545 Use configsvr instead of configServer ...Spencer T Brody2015-08-081-2/+2
* SERVER-19524 SERVER-19739 Additional validation and behavior for replica set ...Spencer T Brody2015-08-081-8/+2
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-071-2/+4
* SERVER-19524 Add configServer field to replica set configurationsSpencer T Brody2015-08-031-2/+33
* Revert "SERVER-19524 Add configServer field to replica set configurations"Spencer T Brody2015-07-311-22/+2
* SERVER-19524 Add configServer field to replica set configurationsSpencer T Brody2015-07-311-2/+22
* SERVER-19059 Mismatch in protocolVersion fieldSiyuan Zhou2015-06-261-9/+9
* Revert "SERVER-19059 Mismatch in protocolVersion field"Adam Midvidy2015-06-241-9/+9
* SERVER-19059 Mismatch in protocolVersion fieldSiyuan Zhou2015-06-241-9/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-470/+449
* SERVER-18979: Duplicate uassert & fassert codesMark Benvenuto2015-06-191-2/+2
* 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-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-2/+2
* SERVER-18252 ElectionWinnerDeclarer class createdmatt dannenberg2015-04-301-0/+12
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-2/+2
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-2/+2
* SERVER-17795 support commit level on primary, fix compileEric Milkie2015-04-021-1/+1
* SERVER-17602 add protocolVersion replica set config fieldEric Milkie2015-03-271-18/+38
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-16400 Correct bounds in replica set config validation error messageSpencer T Brody2014-12-031-1/+2
* SERVER-15764 unittest majority write concernmatt dannenberg2014-11-131-7/+15
* SERVER-15859 Disallow w:0 as getLastErrorDefaultsSpencer T Brody2014-10-291-2/+9
* SERVER-15670 use voteMajority instead of writeMajority in election scatter ga...matt dannenberg2014-10-201-16/+2
* SERVER-15535 support for write concern internal tagsEric Milkie2014-10-131-0/+38