summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/vote_requester.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-4/+4
* SERVER-29386 VoteRequestor and FreshnessChecker need safe destructionSiyuan Zhou2017-08-281-1/+2
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-7/+11
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-041-11/+7
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-041-7/+11
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-051-10/+8
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-4/+4
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-191-1/+0
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-15/+8
* SERVER-22505 describe RequestVotes OpTime as durable rather than committedrenamerequestvotesmatt dannenberg2016-02-091-3/+3
* SERVER-20977 Converted VoteRequester::VoteRequesterResult to enum classBenety Goh2015-10-221-7/+7
* SERVER-20539 change requestVotes to use candidate index instead of candidate idmatt dannenberg2015-09-221-3/+3
* Revert "SERVER-20416 use electionTimeout for the socket timeout in PV1 electi...matt dannenberg2015-09-181-4/+1
* SERVER-20416 use electionTimeout for the socket timeout in PV1 electionsmatt dannenberg2015-09-181-1/+4
* SERVER-20249 mark nodes that voted as up before stepping up as PRIMARYmatt dannenberg2015-09-011-0/+8
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-72/+71
* SERVER-18385 add DryRun support to RequestVotes, VoteRequester, and TopologyC...matt dannenberg2015-06-161-0/+3
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-6/+12
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-2/+2
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-0/+123