summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-422/+0
* SERVER-28877 Fix cancel race which can cause crashes during elections.Matthew Russotto2017-05-181-0/+1
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-2/+0
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-6/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-1/+1
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-141-3/+3
* SERVER-25550 Fix the race between simulateSuccessfulV1Voting and catch-up in ...Siyuan Zhou2016-08-121-0/+8
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-1/+1
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-6/+1
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-1/+2
* SERVER-21795: Do not reschedule more than one liveness timeout callback at a ...Scott Hernandez2015-12-141-3/+1
* SERVER-21643: fix compile on osxScott Hernandez2015-11-241-7/+7
* SERVER-21643: Add server metrics for the Replication ExecutorScott Hernandez2015-11-241-9/+22
* SERVER-21188 do not schedule another liveness timeout if one is already pendingEric Milkie2015-10-291-0/+3
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+3
* SERVER-20658 move cancelled work items from the sleepersQueue to the readyQue...matt dannenberg2015-10-011-0/+2
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-4/+3
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-3/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-323/+315
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-3/+3
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-161-1/+0
* remove isRunThread from executorScott Hernandez2015-06-111-6/+0
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-254/+90
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-051-0/+7
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-87/+11
* SERVER-18616 Rename RemoteCommandExecutor to RemoteCommandRunnerSpencer T Brody2015-05-211-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+0
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-0/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+0
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-36/+1
* SERVER-18028 added scheduleDBWork to replication executorBenety Goh2015-05-061-8/+65
* SERVER-17663 fixed typo in ReplicationExecutor::wait() commentsBenety Goh2015-04-031-1/+1
* SERVER-17330 moved ScopedConn::keepOpen to ReplicationExecutor::NetworkInterfaceBenety Goh2015-02-271-0/+4
* SERVER-15949:add diagnostics to network executorScott Hernandez2014-11-041-1/+16
* SERVER-15399 Make networking in ReplicationExecutor::NetworkInterface asynch...Andy Schwerin2014-10-061-38/+72
* SERVER-15145 move pseudo random number generator to ReplicationExecutor from ...matt dannenberg2014-09-041-1/+10
* SERVER-14561 Add OperationContext* member to ReplicationExecutor::CallbackData.Andy Schwerin2014-08-281-4/+11
* SERVER-14980 Support fake clock in ReplicationExecutor for testing.Andy Schwerin2014-08-221-1/+21
* SERVER-14561: record execution time for remote commandsScott Hernandez2014-08-211-14/+26
* SERVER-14561: Allow dynamic responses from NetworkInterfaceMockScott Hernandez2014-08-211-0/+2
* SERVER-14788 Wire initial configuration loading into startReplication.Eric Milkie2014-08-111-0/+2
* SERVER-14560: Add cancelHeartbeatsScott Hernandez2014-07-211-3/+22
* SERVER-14250: add timeout to replication executorScott Hernandez2014-07-171-1/+6
* SERVER-14599 Fix error that caused ReplicationExecutor::getWork to busy wait ...matt dannenberg2014-07-171-2/+3
* SERVER-14240 Pass data from ReplicationExecutor to callbacks in a struct.Andy Schwerin2014-06-161-7/+27