summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33522 Skip `TaskExecutor::signalEvent` when shutdown is in progressAmirsaman Memaripour2022-05-181-0/+3
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-1/+2
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-0/+5
* SERVER-59142 Add dropConnections API to TaskExecutorVojislav Stojkovic2021-10-211-0/+5
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-11/+11
* SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip2021-02-181-1/+28
* SERVER-52916 Add futurized TaskExecutor::sleepUntilMatthew Saltz2020-11-181-0/+25
* SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...Suganthi Mani2020-11-171-0/+5
* SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz2020-10-091-1/+30
* SERVER-49239 Start running PrimaryOnlyService instances when they are created.Spencer T Brody2020-07-311-0/+8
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-021-0/+6
* SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden2020-02-221-0/+27
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-0/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+2
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-3/+26
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-8/+27
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+1
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-15/+5
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-5/+4
* 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-1/+4
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-2/+5
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-0/+1
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-3/+4
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-4/+6
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-181-5/+12
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-09-151-0/+2
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-13/+14
* SERVER-29098 ShardingTaskExecutor::scheduleRemoteCommand should not run passe...Randolph Tan2017-05-241-0/+9
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-141-1/+1
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-4/+4
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-1/+3
* SERVER-20944 Move as much work as possible outside of ThreadPoolTaskExecutor ...Andy Schwerin2015-11-091-6/+7
* SERVER-21188 do not schedule another liveness timeout if one is already pendingEric Milkie2015-10-291-0/+5
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+7
* SERVER-20419 Use constant time lookup to cancel operations waiting for a conn...Andrew Morrow2015-09-181-0/+16
* SERVER-20190 cancelCommand() preempts outstanding network events in NetworkIn...Samantha Ritter2015-09-151-1/+3
* SERVER-20189 added non-blocking version of ReplicationCoordinatorImpl::setFol...Benety Goh2015-09-081-0/+7
* SERVER-18384 cleaned up replication coordinator impl callbacksBenety Goh2015-09-081-0/+7
* Revert "SERVER-18384 cleaned up replication coordinator impl callbacks"Benety Goh2015-09-051-7/+0