summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/vote_requester_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55465 Response from all nodes means sufficient responses have been ↵Vishnu Kaushik2021-06-101-0/+31
| | | | received even if primary gave bad response in catchup takeover dry run
* 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
| | | | Capture log system uses logv2, tests can handle converted log statements.
* 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 ↵Judah Schvimer2019-05-201-1/+2
| | | | InterruptedDueToReplStateChange
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | | Now that OP_COMMAND is dead, all remaining implementations return the same BSONObj for data and metadata.
* SERVER-28389 Pass CallbackCanceled error down to scatter-gather runner ↵Samy Lanka2018-06-111-0/+20
| | | | algorithm to process
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ↵Nathan Louie2018-06-061-2/+1
| | | | InterruptedDueToStepDown
* SERVER-34661 Return early when the vote request response has an error.Suganthi Mani2018-05-231-1/+36
| | | | Fixed by making VoteRequester::Algorithm::processResponseto to check ok field in the vote response message.
* 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 ↵Siyuan Zhou2017-08-071-2/+81
| | | | | | catchup takeover This reverts commit 1ba6539b20a55378b4ecab2ab4f9281db25bc313.
* Revert "SERVER-29502 Require the vote from the current primary in the dry ↵Max Hirschhorn2017-08-041-81/+2
| | | | | | run for catchup takeover" This reverts commit fa70f68f5bfcc2a001d3f9012dff80dd2d41c9f1.
* SERVER-29502 Require the vote from the current primary in the dry run for ↵Samy Lanka2017-08-041-2/+81
| | | | catchup takeover
* SERVER-28624 Replace references to ReplicationExecutor with references to ↵Andy Schwerin2017-04-051-28/+22
| | | | TaskExecutor.
* 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 ↵Andy Schwerin2016-08-121-16/+16
| | | | vote, log on yes votes as well as no.
* 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 ↵matt dannenberg2015-09-181-4/+2
| | | | | | elections" This reverts commit 2d08be4bea983111271f3479c30ca80248f4a4f9.
* 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 ↵Andy Schwerin2015-07-171-2/+2
| | | | | | | task_executor_interface library. Also, move those types into the executor namespace and remove the RemoteCommandRunner interface type.
* 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 ↵matt dannenberg2015-06-161-1/+118
| | | | TopologyCoordinator
* SERVER-18623 Split NetworkInterface and StorageInterface out from ↵Spencer T Brody2015-06-041-1/+3
| | | | ReplicationExecutor
* 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 ↵matt dannenberg2015-05-041-0/+270
style elections