summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_tl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71086 Refactor hedged-read-determination code to be shared between asy...George Wangensteen2022-11-141-7/+8
* SERVER-64967 Measure how long it takes operations using egress connections to...Jason Chan2022-09-261-1/+6
* SERVER-64965 Count the number of operations that fail due to timing out waiti...Reo Kimura2022-09-201-5/+66
* SERVER-68555 Add RemoteCommandExecutionError to RCR APIGeorge Wangensteen2022-09-151-15/+2
* SERVER-65103 Use case-insensitive comparator for sorting hedging targets in t...Celina Tala2022-09-141-7/+27
* SERVER-69415 Added lock around network interface memberAlexander Neben2022-09-061-0/+1
* SERVER-67465 Ensure network timeouts do not fail hedged operationsAmirsaman Memaripour2022-08-241-14/+21
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+4
* SERVER-43155 Queries which exceed `maxTimeMS` may return `NetworkInterfaceExc...Varun Ravichandran2022-06-271-1/+2
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-4/+2
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-6/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65131 Disable opportunistic read targetingVojislav Stojkovic2022-05-051-0/+5
* SERVER-65292 NetworkInterfaceTL::shutdown may race with the destructordaniel-mdb2022-05-031-6/+35
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-3/+2
* SERVER-58024 Audit NetworkInterfaceTL for calls to exception-throwing fns in ...Daniel Morilha2022-02-251-10/+55
* 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-59521 Remove TODO for SERVER-47602 and improve the commentAmirsaman Memaripour2022-01-071-3/+2
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-0/+5
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-19/+26
* 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-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-1/+1
* 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-52939 Expand Promise::setFrom()Ben Caimano2020-11-231-1/+1
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-12/+8
* SERVER-51811: build fix, SSL code must be guardedAndrew Shuvalov2020-11-061-0/+4
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-2/+14
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-37/+56
* Revert "SERVER-47352 Return connections inline for NetworkInterfaceTL"Ben Caimano2020-07-091-5/+5
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-051-2/+2
* SERVER-48505 NetworkInterfaceTest's StartCommandAny should use failpoint to d...Cheahuychou Mao2020-06-011-1/+2
* SERVER-47437 Synchronize and unify NetworkInterfaceTL state componentsBen Caimano2020-05-181-157/+112
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-241-2/+2
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-221-14/+23
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-13/+14
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-35/+61
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-19/+12
* SERVER-47507 Cancel all remaining egress commands on shutdownBen Caimano2020-04-141-0/+19
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests mo...Cheahuychou Mao2020-04-071-6/+21
* SERVER-47351 Better synchronize NetworkInterfaceTL shutdown with in-flight co...Ben Caimano2020-04-061-12/+45
* SERVER-47352 Return connections inline for NetworkInterfaceTLBen Caimano2020-04-061-5/+5
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-011-90/+40