index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
executor
/
task_executor_pool.cpp
Age
Commit message (
Collapse
)
Author
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-09-14
SERVER-54504 removed taskExecutorPoolSize for linux platform
Celina Tala
2021-10-28
SERVER-59858 Add observability for tasks scheduled on reactor threads
Amirsaman Memaripour
2020-08-07
SERVER-50174 Make MigrationCoordinator recovery acquire the ↵
Kaloian Manassiev
MigrationBlockingGuard
2020-02-07
SERVER-45932 Use getNumAvailableCores() in TaskExecutorPool
Amirsaman Memaripour
2019-07-09
SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr ↵
Randolph Tan
to shared_ptr
2019-03-03
SERVER-37092 Remove old server parameter API
Sara Golemon
2019-02-22
SERVER-39722 Convert taskExecutorPoolSize parameter to IDL
Ben Caimano
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy 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-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-04-27
SERVER-34739 Migrate to 1 connpool in ARS
Jason 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-05
SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of ↵
Mark Benvenuto
std::atomic
2015-12-14
SERVER-21597 Fix connPoolStats to work with many NetworkInterfaces
samantharitter
2015-11-06
SERVER-20944 distribute mongos work across multiple TaskExecutors
David Storch