summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_executor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-373/+0
* SERVER-28877 Fix cancel race which can cause crashes during elections.Matthew Russotto2017-05-181-0/+77
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+12
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-2/+2
* SERVER-24577 updated ReplicationExecutor to run callbacks on client threadsBenety Goh2016-06-161-4/+28
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-5/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-49/+62
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-7/+5
* SERVER-23163 Fix signaling of worker thread in replication executor.Siyuan Zhou2016-04-121-0/+80
* SERVER-21643: Add server metrics for the Replication ExecutorScott Hernandez2015-11-241-4/+4
* SERVER-20658 move cancelled work items from the sleepersQueue to the readyQue...matt dannenberg2015-10-011-0/+21
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-211-1/+1
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-369/+15
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-497/+446
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-16/+16
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+3
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-24/+19
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-2/+7
* SERVER-18016 fixed race in TaskRunner unit testBenety Goh2015-05-211-4/+4
* SERVER-18016 added database replication applierBenety Goh2015-05-191-0/+25
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-9/+9
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-9/+9
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-9/+9
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-10/+10
* SERVER-18028 added scheduleDBWork to replication executorBenety Goh2015-05-061-4/+62
* SERVER-17894 moved ReplicationExecutorTest into test fixture libraryBenety Goh2015-04-101-43/+1
* SERVER-15399 Make networking in ReplicationExecutor::NetworkInterface asynch...Andy Schwerin2014-10-061-51/+116
* SERVER-15145 move pseudo random number generator to ReplicationExecutor from ...matt dannenberg2014-09-041-11/+11
* SERVER-14980 Support fake clock in ReplicationExecutor for testing.Andy Schwerin2014-08-221-1/+2
* SERVER-14788 Do not start threads in ReplicationExecutor's constructor.Andy Schwerin2014-08-081-0/+3
* SERVER-14560: Add cancelHeartbeatsScott Hernandez2014-07-211-0/+53
* SERVER-14250: add timeout to replication executorScott Hernandez2014-07-171-0/+25
* SERVER-14418 Introduce unittest::assertGet, use in replication_executor_test.Andy Schwerin2014-07-021-26/+21
* SERVER-14240 Pass data from ReplicationExecutor to callbacks in a struct.Andy Schwerin2014-06-161-58/+33
* SERVER-14135 Unit test for ReplCoordinatorImplSpencer T Brody2014-06-111-75/+17
* SERVER-14058 Implementation of ReplicationExecutor event loop.Andy Schwerin2014-06-041-0/+461