summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-11/+21
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-8/+12
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-6/+6
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-4/+3
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-191-17/+0
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-14/+2
* SERVER-23287: Cleanup replSetGetStatus output/code (field names)Scott Hernandez2016-03-271-26/+25
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-33/+37
* SERVER-22505 describe RequestVotes OpTime as durable rather than committedrenamerequestvotesmatt dannenberg2016-02-091-1/+1
* SERVER-22445 report readConcernMajorityOpTime in ReplSetGetStatusJudah Schvimer2016-02-091-7/+11
* SERVER-22518: Do not allow access to heartbeat data to create an entryScott Hernandez2016-02-081-25/+26
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-051-0/+1
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-23/+29
* SERVER-22336 reported lastCommittedOpTime in ReplSetGetStatusJudah Schvimer2016-02-021-0/+3
* 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-111-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