summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...r3.2.12-rc0r3.2.12r3.2.11Jack Mulrow2017-01-251-0/+21
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2017-01-101-3/+3
* SERVER-26747 replSetStepDown waits for caught up majority with electable seco...William Schultz2016-12-281-14/+27
* SERVER-26748 Don't call for priority takeover when repl lagged.Spencer T Brody2016-11-041-2/+50
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-11-041-33/+37
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-23/+29
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-181-0/+1
* SERVER-22190 set electionTime in heartbeart response under protocol version 1Benety Goh2016-01-151-0/+4
* SERVER-21744 ElectionID always increases under PV0 and PV1.Siyuan Zhou2016-01-121-2/+7
* SERVER-21971: allow hidden/non-voting sync source on second passScott Hernandez2015-12-221-25/+28
* SERVER-21452 hearbeat response from secondary should not schedule a priority ...Benety Goh2015-11-161-1/+2
* Revert "SERVER-20845 audit log reconfigs"Spencer Jackson2015-11-131-0/+2
* Revert "SERVER-21452 hearbeat response from secondary should not schedule a p...Benety Goh2015-11-131-2/+1
* SERVER-21452 hearbeat response from secondary should not schedule a priority ...Benety Goh2015-11-131-1/+2
* SERVER-20845 audit log reconfigsmatt dannenberg2015-11-131-2/+0
* SERVER-21425 do not update term when triggering stepdownEric Milkie2015-11-121-3/+10
* SERVER-21303 pass HeartBeatResponse by referenceJudah Schvimer2015-11-111-3/+3
* SERVER-20928 Remove HeartbeatResponseAction::ScheduleElection actionSiyuan Zhou2015-11-031-83/+32
* SERVER-20928 Heartbeat shouldn't cause stepdown in protocol version 1.Siyuan Zhou2015-10-301-11/+2
* SERVER-21110 PV1 should not check PV0 election rules.Siyuan Zhou2015-10-271-7/+13
* SERVER-21062: removed nodes should not delay electionsScott Hernandez2015-10-231-0/+6
* SERVER-21018 Prevent priority takeover during an outstanding electionSiyuan Zhou2015-10-211-2/+13
* SERVER-20845 remove audit::logReplSetReconfig to green up enterprise buildersmatt dannenberg2015-10-191-4/+0
* SERVER-20845 restore auditing of replSetReconfigsmatt dannenberg2015-10-161-0/+6
* SERVER-20406 update topology coordinator settings for read committed support ...Benety Goh2015-10-151-3/+10
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-9/+14
* SERVER-20846 improve log message in shouldChangeSyncSourcematt dannenberg2015-10-091-2/+2
* SERVER-20804 make shouldChangeSyncSource return true if our sync source has n...matt dannenberg2015-10-071-7/+18
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-231-3/+3
* SERVER-20539 change requestVotes to use candidate index instead of candidate idmatt dannenberg2015-09-221-1/+1
* SERVER-19956: fix stale term handling/errorsScott Hernandez2015-09-221-1/+0
* SERVER-20245 use candidate index instead of candidate id in last votematt dannenberg2015-09-211-2/+2
* SERVER-20459 repl pings start as -1 ms to avoid collisions with 0 msEric Milkie2015-09-211-1/+2
* SERVER-20374 election timeout offset added to replica set configmatt dannenberg2015-09-181-19/+1
* SERVER-20346 Changed triggering of elections under protocol version 1 to be t...Benety Goh2015-09-171-4/+5
* SERVER-20346 renamed TopologyCoordinator::stagePriorityTakeoverIfElectable() ...Benety Goh2015-09-171-2/+2
* SERVER-18498 Fix heartbeat in protocol version 1Siyuan Zhou2015-09-151-13/+17
* SERVER-19836 Fix role change due to priority takeover.Siyuan Zhou2015-09-111-2/+23
* SERVER-20271 Add election delay after seeing a new termSiyuan Zhou2015-09-101-3/+11
* SERVER-19836 implement priority logic for PV1 electionsmatt dannenberg2015-09-041-19/+11
* SERVER-20262 reset the _stepDownPending bool after cancelling all heartbeats ...matt dannenberg2015-09-021-1/+1
* SERVER-19384 removed completed TODOBenety Goh2015-09-021-1/+0
* SERVER-20052 implement heartbeat side of election collision avoidance delaysmatt dannenberg2015-09-011-1/+35
* SERVER-19953: arbiters ignore heartbeat intervalScott Hernandez2015-08-311-3/+8
* remove unused const overload of topoCoor::getTermScott Hernandez2015-08-311-5/+2
* SERVER-19765 Change topoCoord's default term to -1 and reset term on upgrade ...Siyuan Zhou2015-08-271-1/+13
* SERVER-19765 Rename term constants.Siyuan Zhou2015-08-271-1/+1
* SERVER-20012 new updatePrimaryFromHBDataV1() for use in protocolVersion 1matt dannenberg2015-08-261-4/+137
* SERVER-19898 shorter heartbeat interval when a node does not have a sync sour...matt dannenberg2015-08-241-32/+30
* SERVER-19876 Remove duplicate setting of replset nameSpencer T Brody2015-08-191-1/+0