summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/freshness_checker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* 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-1/+0
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-3/+4
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-3/+3
* SERVER-26914 improve log messages for freshness checkingJudah Schvimer2017-01-231-1/+7
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-3/+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-172/+158
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-4/+4
* SERVER-17606 add message parsers for OP_COMMAND/OP_COMMANDREPLYAdam Midvidy2015-04-221-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-1/+1
* SERVER-17017 permit elections when no other nodes are upEric Milkie2015-01-291-1/+0
* SERVER-16375 Prevent truncating of log message about remote node vetoing usSpencer T Brody2014-12-031-2/+2
* SERVER-15535 revert freshness changes w.r.t. priorityEric Milkie2014-10-161-14/+1
* SERVER-15535 enhance freshness checker to consider priorities as well.Eric Milkie2014-10-151-1/+14
* SERVER-14531: ensure enough freshness responsesScott Hernandez2014-10-101-24/+76
* SERVER-15535 Send some fields as ints in replication commands for 2.6 compati...Spencer T Brody2014-10-081-7/+8
* 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-88/+68
* SERVER-15000 replcoordinator half of election proceedingsEric Milkie2014-08-291-0/+200