summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/vote_requester.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-12/+10
* SERVER-22505 describe RequestVotes OpTime as durable rather than committedrenamerequestvotesmatt dannenberg2016-02-091-8/+5
* SERVER-20977 Converted VoteRequester::VoteRequesterResult to enum classBenety Goh2015-10-221-5/+5
* SERVER-20812 Tag vote request connection to skip closing it when relinquishin...Siyuan Zhou2015-10-141-0/+2
* SERVER-20539 change requestVotes to use candidate index instead of candidate idmatt dannenberg2015-09-221-6/+8
* SERVER-19956: fix stale term handling/errorsScott Hernandez2015-09-221-2/+8
* SERVER-20161: move snapshot notification to capped collection notifierScott Hernandez2015-09-221-1/+1
* SERVER-20416 use electionTimeout for the socket timeout in PV1 electionsmatt dannenberg2015-09-181-4/+1
* Revert "SERVER-20416 use electionTimeout for the socket timeout in PV1 electi...matt dannenberg2015-09-181-12/+8
* SERVER-20416 use electionTimeout for the socket timeout in PV1 electionsmatt dannenberg2015-09-181-8/+12
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-1/+1
* SERVER-20249 mark nodes that voted as up before stepping up as PRIMARYmatt dannenberg2015-09-011-0/+9
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-116/+103
* SERVER-18385 add DryRun support to RequestVotes, VoteRequester, and TopologyC...matt dannenberg2015-06-161-1/+5
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-11/+20
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-4/+4
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-0/+156