summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-58139 Check for cancelation before sending remote commandsAmirsaman Memaripour2021-07-061-0/+13
* SERVER-49435 Make NetworkInterfaceTL::ExhaustCommandState::sendRequest handle...George Wangensteen2021-06-231-12/+12
* SERVER-50138 Avoid logging no TransportLayer configured in productionAlex Li2021-06-101-1/+3
* SERVER-57267 Fix invalid iterator use in ConnectionPool::dropConnectionsGeorge Wangensteen2021-06-041-2/+6
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-3/+4
* Revert "SERVER-48493 RSM's isMasterMonitor should handle network exceeded tim...George Wangensteen2021-05-131-2/+0
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-2/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+2
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-253-3/+3
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-2311-75/+76
* SERVER-54996 Change FailPoint::pauseWhileSetAndNotCanceled() to throw on canc...Blake Oler2021-03-171-2/+6
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-052-22/+25
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-252-25/+22
* SERVER-54406 NetworkInterfaceMock should allow simultaneous interruption and ...Ben Caimano2021-02-223-264/+269
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-222-22/+25
* SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip2021-02-186-86/+580
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-02-183-7/+9
* SERVER-53326 Integrate CancelationTokens with ExecutorFuturesGeorge Wangensteen2021-02-173-0/+295
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disab...George Wangensteen2021-01-274-0/+11
* SERVER-52903: Add an upper bound for how long a tenant migration donor can bl...Andrew Shuvalov2021-01-141-0/+8
* SERVER-53689 Make only the ReplSetDistLockManager tests use a mocked lock man...Kaloian Manassiev2021-01-121-8/+0
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-2/+3
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-3/+2
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-2/+3
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-1/+1
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-052-2/+5
* SERVER-53453: Set finalResponsePromise before calling continueExhaustRequest ...Tyler Seip2020-12-221-3/+2
* SERVER-53084 Run onFinish callback out of line in the NetworkInterfaceTLMatthew Saltz2020-12-221-42/+24
* SERVER-52676 Hedged reads should ignore stale errorsJaume Moragues2020-12-161-11/+16
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-11/+67
* SERVER-53305 Control AsyncRequestExecutor via ConstructorDestructorActionsAmirsaman Memaripour2020-12-092-3/+12
* SERVER-49108 Convert buildInfo command to async implementationAmirsaman Memaripour2020-12-093-0/+174
* SERVER-40811 make initializers throwyBilly Donahue2020-12-082-2/+0
* SERVER-50157 Add usage notes for MockNetwork::InSequenceVesselina Ratcheva2020-12-071-3/+63
* SERVER-50157 Add Sequence to network mock frameworkVesselina Ratcheva2020-12-063-1/+226
* SERVER-50155 Add more unittests for MockNetwork fixtureVesselina Ratcheva2020-12-061-12/+208
* SERVER-50155 Create unittest file for MockNetworkVesselina Ratcheva2020-12-017-57/+629
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-232-3/+3