summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor_pool.cpp
AgeCommit message (Collapse)Author
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-09-14SERVER-54504 removed taskExecutorPoolSize for linux platformCelina Tala
2021-10-28SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour
2020-08-07SERVER-50174 Make MigrationCoordinator recovery acquire the ↵Kaloian Manassiev
MigrationBlockingGuard
2020-02-07SERVER-45932 Use getNumAvailableCores() in TaskExecutorPoolAmirsaman Memaripour
2019-07-09SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr ↵Randolph Tan
to shared_ptr
2019-03-03SERVER-37092 Remove old server parameter APISara Golemon
2019-02-22SERVER-39722 Convert taskExecutorPoolSize parameter to IDLBen Caimano
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-04-27SERVER-34739 Migrate to 1 connpool in ARSJason Carey
Migrate to 1 connection pool in mongos. This change involves the introduction of a transport layer baton, which improves perf for a particular transport layer when doing local scatter/gather operations.
2017-01-05SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of ↵Mark Benvenuto
std::atomic
2015-12-14SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter
2015-11-06SERVER-20944 distribute mongos work across multiple TaskExecutorsDavid Storch