summaryrefslogtreecommitdiff
path: root/src/mongo/executor/thread_pool_task_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48149 Compare exhaust iters before erasingjannaerin2020-05-141-1/+1
* SERVER-47815 Ensure all exhaust tasks are erased from task executor queuejannaerin2020-04-281-9/+18
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-241-10/+2
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-16/+18
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-15/+60
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-251-25/+19
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-251-19/+25
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-021-0/+4
* SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden2020-02-221-3/+159
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+11
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-28/+0
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-13/+13
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-25/+25
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-5/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-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