summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-55055 Add cumulative metric for the total refreshed connectionsDaniel Vitor Morilha2022-01-063-10/+48
* SERVER-61489 Revert the executor_with_mock_net_stress_test testLuis Osta2021-11-224-468/+1
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-2/+3
* SERVER-60954 Deflake executor_stress_test_fixture.cppAndrew Shuvalov2021-10-282-4/+24
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-2810-0/+42
* SERVER-59142 Add dropConnections API to TaskExecutorVojislav Stojkovic2021-10-214-4/+12
* SERVER-59714 Add batch number to task executor cursorTed Tuckman2021-10-122-0/+6
* SERVER-59618 integration tests register LockerNoopClientObserver with Service...Benety Goh2021-09-282-1/+10
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-273-0/+13
* Revert "SERVER-55816: Clamp negative timeouts in connection pools' connections"sergey.galtsev2021-09-243-473/+253
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2021-09-213-253/+473
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-162-3/+3
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-083-5/+5
* SERVER-58209 NetworkInterfaceIntegrationFixture waits for in progress requestsAlex Li2021-08-163-26/+120
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-3/+3
* SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li2021-08-126-8/+14
* SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...Jason Zhang2021-08-051-0/+4
* SERVER-58221 temporarily disable ThreadPoolExecutorMockNetStressTest under ma...Benety Goh2021-08-051-0/+4
* SERVER-48750 Added executor README, added basic executor documentationAlex Li2021-08-041-0/+47
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-022-2/+2
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-302-19/+27
* SERVER-58951: fix race in the executor stress testAndrew Shuvalov2021-07-292-4/+9
* SERVER-58221: stress test for ThreadPoolExecutorAndrew Shuvalov2021-07-264-1/+439
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-232-0/+9
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-6/+0
* SERVER-58112: Add explicit synchronization to TaskExecutor's exhaust command ...Tyler Seip2021-07-081-35/+64