summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/vote_requester_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55465 Response from all nodes means sufficient responses have been rec...Vishnu Kaushik2021-06-101-0/+31
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-50/+48
* SERVER-46720 Allow non strict replication message parsingWilliam Schultz2020-04-101-0/+30
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-20/+104
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-55/+35
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-7/+7
* SERVER-28389 Pass CallbackCanceled error down to scatter-gather runner algori...Samy Lanka2018-06-111-0/+20
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-2/+1
* SERVER-34661 Return early when the vote request response has an error.Suganthi Mani2018-05-231-1/+36
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+6
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-3/+3
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-2/+81
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-041-81/+2
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-041-2/+81
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-051-28/+22
* 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-16/+16
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-33/+47
* SERVER-20977 Converted VoteRequester::VoteRequesterResult to enum classBenety Goh2015-10-221-17/+17
* SERVER-19956: fix stale term handling/errorsScott Hernandez2015-09-221-6/+0
* Revert "SERVER-20416 use electionTimeout for the socket timeout in PV1 electi...matt dannenberg2015-09-181-4/+2
* SERVER-20416 use electionTimeout for the socket timeout in PV1 electionsmatt dannenberg2015-09-181-2/+4
* SERVER-20249 mark nodes that voted as up before stepping up as PRIMARYmatt dannenberg2015-09-011-0/+20
* SERVER-17528: no vote members must have priority 0Scott Hernandez2015-08-071-30/+32
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-2/+2
* SERVER-19010 remove the metadata-free constructor of RemoteCommandResponsematt dannenberg2015-06-261-6/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-310/+313
* SERVER-18385 add DryRun support to RequestVotes, VoteRequester, and TopologyC...matt dannenberg2015-06-161-1/+118
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-1/+3
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-10/+10
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-1/+1
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-0/+270