summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69702 Ensure TaskExecutorCursor's constructed from multi-cursor replie...George Wangensteen2022-09-162-1/+47
* SERVER-68555 Add RemoteCommandExecutionError to RCR APIGeorge Wangensteen2022-09-159-80/+396
* SERVER-54504 removed taskExecutorPoolSize for linux platformCelina Tala2022-09-142-0/+8
* SERVER-65103 Use case-insensitive comparator for sorting hedging targets in t...Celina Tala2022-09-144-7/+99
* SERVER-69415 Added lock around network interface memberAlexander Neben2022-09-061-0/+1
* SERVER-67612 Add scaffolding for mocking remote command runnerGeorge Wangensteen2022-09-028-191/+422
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-302-2/+2
* SERVER-65413 Remove stale TODO in TaskExecutorMatthew Saltz2022-08-301-2/+0
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-2/+2
* SERVER-68415 Make 'ok' recognizable as a generic reply fieldGeorge Wangensteen2022-08-251-4/+1
* SERVER-67465 Ensure network timeouts do not fail hedged operationsAmirsaman Memaripour2022-08-241-14/+21
* SERVER-68859 Increase waiting time in connection_establishment_metrics.jsVojislav Stojkovic2022-08-241-2/+2
* SERVER-68972 Fix warning in debug-mode about using std::move preventing copy ...Jason Chan2022-08-191-1/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68002: Implement skeleton implementation for free function that invoke...Erin McNulty2022-08-125-4/+680
* SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic2022-08-115-4/+192
* SERVER-67608: Create a ShardTargeter typeErin McNulty2022-08-041-3/+7
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-292-2/+2
* SERVER-68085: Integrate Targeter Base Class into doRequest FunctionErin McNulty2022-07-284-50/+138
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-275-39/+39
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67602: Create Base Classes for Targeter and RetryPolicyErin McNulty2022-07-153-0/+184
* SERVER-67456: Create skeleton implementation for free function that remotely ...Erin McNulty2022-07-084-0/+373
* SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMoresAmirsaman Memaripour2022-07-074-63/+218
* SERVER-43155 Queries which exceed `maxTimeMS` may return `NetworkInterfaceExc...Varun Ravichandran2022-06-274-83/+220
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-152-5/+4
* SERVER-63261 Add metrics for wait time for requests to acquire egress connect...Vojislav Stojkovic2022-05-284-42/+123
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-276-91/+65
* SERVER-66739 Fix wasNeverUsed in conn_pool_stats.jsVojislav Stojkovic2022-05-261-4/+5
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-24/+21
* SERVER-64966 Count how many pooled connections are created, but never usedReo Kimura2022-05-244-6/+71
* SERVER-33522 Skip `TaskExecutor::signalEvent` when shutdown is in progressAmirsaman Memaripour2022-05-183-2/+18
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-071-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0620-20/+60
* SERVER-65131 Disable opportunistic read targetingVojislav Stojkovic2022-05-052-0/+14
* SERVER-65292 NetworkInterfaceTL::shutdown may race with the destructordaniel-mdb2022-05-032-10/+59
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-3/+2
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-024-4/+47
* SERVER-58024 Audit NetworkInterfaceTL for calls to exception-throwing fns in ...Daniel Morilha2022-02-253-10/+92
* SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursorsTed Tuckman2022-02-103-20/+245
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-181-0/+3
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-3/+0
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-141-0/+3
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2022-01-143-252/+472
* SERVER-55055 Add cumulative metric for the total refreshed connectionsDaniel Vitor Morilha2022-01-133-10/+48
* Revert "SERVER-55055 Add cumulative metric for the total refreshed connections"Daniel Vitor Morilha2022-01-103-48/+10
* SERVER-59521 Remove TODO for SERVER-47602 and improve the commentAmirsaman Memaripour2022-01-071-3/+2
* SERVER-58310 Always hold `_mutex` before modifying `CallbackState::callback`Amirsaman Memaripour2022-01-061-2/+9