summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour2023-01-315-66/+234
* Revert "SERVER-71764 Fix cancellation of hedged operations"Amirsaman Memaripour2023-01-245-234/+66
* SERVER-69977 Extend RemoteCommandRunner API to allow for Generic Passthrough ...Jason Chan2023-01-207-11/+360
* SERVER-71764 Fix cancellation of hedged operationsAmirsaman Memaripour2023-01-185-66/+234
* SERVER-71193 Add HedgingMetrics to async_rpc::sendHedgedCommandAlex Li2023-01-133-9/+59
* SERVER-71958 Fix race condition in NetworkInterfaceTLAlex Li2023-01-122-35/+57
* SERVER-71230 Add baton support to async rpc sendersGeorge Wangensteen2023-01-046-28/+230
* SERVER-71906 rename TransportLayerASIO to AsioTransportLayerMatt Diener2022-12-211-1/+1
* SERVER-70193 Add sendTxnCommand to async rpc APIJason Chan2022-12-148-91/+373
* SERVER-71075 Add attempted/used targets to AsyncRPCErrorInfoGeorge Wangensteen2022-12-058-66/+345
* SERVER-70185 Remove outdated TODOGeorge Wangensteen2022-12-051-1/+0
* SERVER-71192 Rewrite targeting and executor shutdown errors for hedged async rpcGeorge Wangensteen2022-11-146-14/+123
* SERVER-71086 Refactor hedged-read-determination code to be shared between asy...George Wangensteen2022-11-1411-109/+401
* SERVER-71062 Make async RPC API hedging implementation use dynamic retry delayGeorge Wangensteen2022-11-082-1/+43
* SERVER-69978 Refactor TenantMigrationDonorService::Instance to use async RPC APIGeorge Wangensteen2022-10-314-2/+100
* SERVER-69980 Added comprehensive test cases using mock for hedged reads where...Reo Kimura2022-10-281-5/+175
* SERVER-70791 SessionWorkflowMetrics follow-upBilly Donahue2022-10-273-0/+435
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-2/+2
* SERVER-68650 Improve async RPC API naming conventions and fix use of retry po...George Wangensteen2022-10-1914-507/+620
* SERVER-68709 Added comprehensive test cases for hedged reads with mock implem...Alex Li2022-10-171-278/+339
* SERVER-70502 Prevent data race in `NetworkInterfaceMock::NetworkOperation`Reo Kimura2022-10-131-5/+3
* SERVER-69592 Handle executor shutdown in RCR apiGeorge Wangensteen2022-10-074-11/+68
* SERVER-67888 Add metrics to FTDC for connection reuseReo Kimura2022-10-064-18/+85
* SERVER-69973 Make RemoteCommandExecutionErrorInfo parse and serialize no-opsReo Kimura2022-10-052-4/+42
* SERVER-68101 Integrate Retry Policy Base Class into doRequest FunctionJason Chan2022-10-049-88/+403
* SERVER-68767 Make RemoteCommandRunner use owning IDL parserGeorge Wangensteen2022-09-283-5/+35
* SERVER-68329 Drop single connection on some errors during connection set upAlex Li2022-09-273-1/+41
* SERVER-64967 Measure how long it takes operations using egress connections to...Jason Chan2022-09-264-1/+29
* SERVER-67613 Implement Mock for Async RPC APIGeorge Wangensteen2022-09-264-42/+559
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-2/+2
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-202-2/+2
* SERVER-64965 Count the number of operations that fail due to timing out waiti...Reo Kimura2022-09-202-5/+69
* SERVER-69584 Pass ConnectionMetrics by shared_ptrVojislav Stojkovic2022-09-161-2/+12
* 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