summaryrefslogtreecommitdiff
path: root/src/mongo/executor/thread_pool_task_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-1/+1
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-071-13/+12
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-5/+11
* SERVER-40721 Add SubBatonJason Carey2019-05-011-2/+2
* SERVER-40795 Always execute TPTE cbs out of lineJason Carey2019-04-241-22/+24
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-1/+1
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-9/+19
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-19/+9
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-9/+19
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39513 NetworkInterface::setAlarm should be cancellableBen Caimano2019-02-271-11/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-21/+33
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-01-091-0/+30
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-9/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-2/+2
* SERVER-32281 Thread pool task executor ignores errors returned from startComm...Ben Caimano2018-08-161-24/+27
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-22/+37
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-10/+14
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-1/+1
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-181-0/+20
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-27/+32
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-19/+68
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-12/+9
* SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer2017-03-231-0/+4
* SERVER-27863 Reschedule early alarms in NetworkInterfaceASIOJonathan Reams2017-02-241-1/+0
* SERVER-27469 Remove dead code from NetworkInterface and ThreadPoolTaskExecutor.Andy Schwerin2016-12-301-4/+0
* SERVER-27052 ThreadPoolTaskExecutor clears 'cbStateArg->callback' after runni...Benety Goh2016-11-281-1/+10
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-141-2/+24
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-17/+10
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-17/+15
* SERVER-23686 Handle race condition in ThreadPoolTaskExecutor shutdown logic.Andy Schwerin2016-04-151-3/+27
* SERVER-23082 fixed race in ThreadPoolTaskExecutor between scheduleWorkAt() an...Benety Goh2016-03-151-8/+11
* SERVER-22427 add logging for 'Operation timed out' errorsEsha Maharishi2016-02-241-0/+12
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-2/+3
* SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev2015-12-111-1/+1
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-52/+59
* SERVER-20944 Replace Event on CallbackState with condition variable.Andy Schwerin2015-11-091-42/+39
* SERVER-20944 Move as much work as possible outside of ThreadPoolTaskExecutor ...Andy Schwerin2015-11-091-36/+65
* SERVER-21188 do not schedule another liveness timeout if one is already pendingEric Milkie2015-10-291-0/+4
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+4
* SERVER-20187 added ThreadPoolTaskExecutor::cancelAllCommands() to cancel acti...Benety Goh2015-09-031-0/+4
* SERVER-19001 Implementation of ThreadPoolTaskExecutor and basic tests.Andy Schwerin2015-07-161-0/+420