summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/vote_requester.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48207 Vote requester should not succeed once cancelled.Siyuan Zhou2020-05-141-0/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+0
* SERVER-47380 Cleanup TODOHenrik Edin2020-04-151-2/+0
* SERVER-46090: Remove references to lastCommittedOpXuerui Fa2020-03-261-12/+2
* Revert "SERVER-46090: Remove references to lastCommittedOp"Xuerui Fa2020-03-201-2/+12
* SERVER-46090: Remove references to lastCommittedOpXuerui Fa2020-03-191-12/+2
* SERVER-46502 Append config term if term is not -1 in RequestVotes commandAli Mir2020-03-031-1/+3
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-9/+1
* SERVER-28680: Fix naming of lastCommittedOp field in replSetRequestVotesXuerui Fa2020-02-181-7/+13
* SERVER-46107 Manual conversion of log statementsHenrik Edin2020-02-131-2/+29
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-251-0/+6
* Revert "SERVER-45080 ignore voteRequest from nodes with lower configs"William Schultz2020-01-241-1/+0
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-231-0/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32906 Improve logging around electionsTess Avitabile2018-07-271-2/+2
* SERVER-34661 Return early when the vote request response has an error.Suganthi Mani2018-05-231-1/+6
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-32794 Make timeouts unrelated to elections not depend on election timeoutJudah Schvimer2018-01-221-1/+11
* SERVER-29386 VoteRequestor and FreshnessChecker need safe destructionSiyuan Zhou2017-08-281-3/+4
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-4/+28
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-041-28/+4
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-041-4/+28
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-051-8/+9
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-25166 Put more information in log messages when a node receives a vote...Andy Schwerin2016-08-121-21/+21
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-6/+5
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-1/+1
* 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