summaryrefslogtreecommitdiff
path: root/src/mongo/executor/hedged_async_rpc_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73779 Add maxTimeMSOpOnly to network message if it is a hedge sent thr...Alex Li2023-05-161-13/+100
* SERVER-73016 Cancel hedged operations for `async_rpc` using `_killOperations`Amirsaman Memaripour2023-03-041-6/+153
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-69977 Extend RemoteCommandRunner API to allow for Generic Passthrough ...Jason Chan2023-01-201-3/+94
* SERVER-71193 Add HedgingMetrics to async_rpc::sendHedgedCommandAlex Li2023-01-131-5/+33
* SERVER-71230 Add baton support to async rpc sendersGeorge Wangensteen2023-01-041-10/+82
* SERVER-71075 Add attempted/used targets to AsyncRPCErrorInfoGeorge Wangensteen2022-12-051-0/+76
* SERVER-71192 Rewrite targeting and executor shutdown errors for hedged async rpcGeorge Wangensteen2022-11-141-6/+38
* SERVER-71086 Refactor hedged-read-determination code to be shared between asy...George Wangensteen2022-11-141-65/+9
* SERVER-71062 Make async RPC API hedging implementation use dynamic retry delayGeorge Wangensteen2022-11-081-0/+42
* SERVER-69980 Added comprehensive test cases using mock for hedged reads where...Reo Kimura2022-10-281-5/+175
* SERVER-68650 Improve async RPC API naming conventions and fix use of retry po...George Wangensteen2022-10-191-0/+609