summaryrefslogtreecommitdiff
path: root/src/mongo/executor/async_rpc_test.cpp
AgeCommit message (Expand)Author
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-04-30SERVER-89351 Merge generic argument and reply fields structs (#21600)Patrick Freed
2024-04-26SERVER-88214 Add types to generic_argument.idl (#21574)Patrick Freed
2024-04-26Revert "SERVER-88214 Add types to generic_argument.idl (#21502)"auto-revert-processor
2024-04-26SERVER-88214 Add types to generic_argument.idl (#21502)Patrick Freed
2024-04-25Revert "SERVER-88214 Add types to generic_argument.idl (#20310)"auto-revert-processor
2024-04-24SERVER-88214 Add types to generic_argument.idl (#20310)Patrick Freed
2024-02-01SERVER-80296 Refactor command request processing path to reduce BSON parsing ...Alex Li
2023-09-11SERVER-70895: Reordered arguments in AsyncRPC functionsErin McNulty
2023-08-14SERVER-78148 Associate SocketException with offending HostAndPortAlex Li
2023-08-03SERVER-79070 Make async_rpc_util::getAllResponsesOrFirstErrorWithCancellation...George Wangensteen
2023-07-26SERVER-78524 Fix dangling continuations in async_rpc_util::getAllResponsesOrF...Alex Li
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-21SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCanceledAlex Li
2023-06-20SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl coordinator ...Alex Li
2023-06-16SERVER-77896 Enable performance-no-automatic-move clang-tidy checkSteve Gross
2023-06-05Revert "SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCan...Alex Li
2023-06-01SERVER-74466 Attach OperationKey in async_rpc for non hedged requestsAlex Li
2023-05-26SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCanceledAlex Li
2023-05-19SERVER-77228 Improve memory layout of NamespaceStringOrUUIDMatt Broadstone
2023-04-27SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb
2023-03-13SERVER-72082 Process transaction metadata via the TxnRouter when using AsyncR...George Wangensteen
2023-02-08SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin
2023-02-07SERVER-70894 Add an overload for async_rpc::sendCommand that doesn't require ...Alex Li
2023-02-06SERVER-70191 Move async_rpc::sendTxnCommand to its own headerGeorge Wangensteen
2023-02-02SERVER-72174 Delete comments about removing ExtraErrorInfo serialization logi...Patrick Freed
2023-01-20SERVER-69977 Extend RemoteCommandRunner API to allow for Generic Passthrough ...Jason Chan
2023-01-04SERVER-71230 Add baton support to async rpc sendersGeorge Wangensteen
2022-12-14SERVER-70193 Add sendTxnCommand to async rpc APIJason Chan
2022-12-05SERVER-71075 Add attempted/used targets to AsyncRPCErrorInfoGeorge Wangensteen
2022-11-14SERVER-71192 Rewrite targeting and executor shutdown errors for hedged async rpcGeorge Wangensteen
2022-10-19SERVER-68650 Improve async RPC API naming conventions and fix use of retry po...George Wangensteen