summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/elect_cmd_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29386 VoteRequestor and FreshnessChecker need safe destructionSiyuan Zhou2017-08-281-2/+3
* SERVER-29077 Rename MemberHeartbeatData in topology coordinatorMatthew Russotto2017-05-171-1/+0
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-051-2/+2
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-2/+2
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-3/+3
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-2/+2
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+1
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-6/+5
* 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-107/+96
* SERVER-17913 Log voters at the default loglevelalexander2015-05-131-1/+2
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-4/+4
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-1/+1
* SERVER-15670 use voteMajority instead of writeMajority in election scatter ga...matt dannenberg2014-10-201-1/+1
* SERVER-15535 Send some fields as ints in replication commands for 2.6 compati...Spencer T Brody2014-10-081-7/+8
* SERVER-15458 Change ElectCmdRunner to use an OID for election rounds, not a l...Andy Schwerin2014-10-061-3/+5
* SERVER-15248 Make ScatterGatherRunner, ElectCmdRunner and FreshnessChecker ca...Andy Schwerin2014-09-191-1/+6
* SERVER-15248 Convert FreshnessChecker to use a ScatterGatherAlgorithm.Andy Schwerin2014-09-151-2/+3
* SERVER-15248 Use a ScatterGatherAlgorithm in ElectCmdRunner.Andy Schwerin2014-09-151-66/+69
* SERVER-15145 move pseudo random number generator to ReplicationExecutor from ...matt dannenberg2014-09-041-1/+2
* SERVER-15113 fix order of cancellation vs. signaling in elect_cmd_runnerEric Milkie2014-09-021-2/+3
* SERVER-15000 replcoordinator half of election proceedingsEric Milkie2014-08-291-0/+145