summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replica_set_config.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+9
* SERVER-23973 Make config servers send their ConnectionString correctly when s...Spencer T Brody2016-05-231-0/+14
* SERVER-22645 add new _configsvrAddShard commandEsha Maharishi2016-05-181-0/+5
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-051-2/+29
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-0/+9
* SERVER-21236 Don't automatically add 'configsvr':true to replset config when ...Spencer T Brody2015-11-121-0/+8
* SERVER-20890 Always use double for prioritiesSiyuan Zhou2015-10-201-1/+1
* SERVER-2723 derive election timeout offset limit from election timeout. Also ...Benety Goh2015-10-081-10/+1
* SERVER-20374 replica set configuration field electionTimeoutOffsetLimitMillis...Benety Goh2015-09-281-7/+8
* SERVER-20374 election timeout offset added to replica set configmatt dannenberg2015-09-181-3/+6
* SERVER-18498 Fix heartbeat in protocol version 1Siyuan Zhou2015-09-151-1/+3
* SERVER-19836 implement priority logic for PV1 electionsmatt dannenberg2015-09-041-0/+16
* SERVER-19637 add election timeout to replica set configmatt dannenberg2015-08-131-9/+15
* SERVER-19830 added testing-only heartbeatIntervalMillis field to replica set ...Benety Goh2015-08-121-0/+11
* SERVER-19524 Add configServer field to replica set configurationsSpencer T Brody2015-08-031-0/+9
* Revert "SERVER-19524 Add configServer field to replica set configurations"Spencer T Brody2015-07-311-9/+0
* SERVER-19524 Add configServer field to replica set configurationsSpencer T Brody2015-07-311-0/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-208/+238
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18252 ElectionWinnerDeclarer class createdmatt dannenberg2015-04-301-0/+6
* SERVER-17795 support commit level on primary, fix compileEric Milkie2015-04-021-0/+1
* SERVER-17602 add protocolVersion replica set config fieldEric Milkie2015-03-271-5/+9
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-15764 unittest majority write concernmatt dannenberg2014-11-131-2/+9
* SERVER-15060 increase replica set max size to 50 nodesmatt dannenberg2014-10-201-1/+1
* SERVER-15670 use voteMajority instead of writeMajority in election scatter ga...matt dannenberg2014-10-201-10/+2
* SERVER-15535 support for write concern internal tagsEric Milkie2014-10-131-0/+7
* SERVER-14531: ensure enough freshness responsesScott Hernandez2014-10-101-0/+18
* SERVER-14567 Implement checkIfWriteConcernCanBeSatisfied in ReplicationCoordi...Spencer T Brody2014-09-141-0/+10
* SERVER-14626 Implement quorum check functionality for use in replcia set init...Andy Schwerin2014-08-061-0/+9
* Revert "SERVER-14626 Implement quorum check functionality for use in replcia ...Eric Milkie2014-08-051-9/+0
* SERVER-14626 Implement quorum check functionality for use in replcia set init...Andy Schwerin2014-08-051-0/+9
* SERVER-14442 Implement processing of replication handshake in the Replication...Spencer T Brody2014-07-291-0/+6
* SERVER-14626 Add method that gets the number of votes needed to win an electi...Andy Schwerin2014-07-241-3/+9
* SERVER-14624 Add isInitialized() concept to ReplicaSetConfig; expose some fie...Andy Schwerin2014-07-211-0/+12
* SERVER-14586 add toBSON() methods to ReplicaSetConfig and MemberConfig classesmatt dannenberg2014-07-211-0/+11
* SERVER-14559 incorporating new ReplicaSetConfig class into topocoordEric Milkie2014-07-211-4/+9
* SERVER-14436 Introduce ReplicaSetConfig type, with validation tests.Andy Schwerin2014-07-161-0/+166