summaryrefslogtreecommitdiff
path: root/src/mongo/executor/async_rpc.cpp
AgeCommit message (Collapse)Author
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-11SERVER-70895: Reordered arguments in AsyncRPC functionsErin McNulty
2023-08-17SERVER-73658 RemoteCommandRequest to use DatabaseNameMathis Bessa
2023-08-14SERVER-78148 Associate SocketException with offending HostAndPortAlex Li
2023-07-27SERVER-77537 Make DatabaseName::db() private - async rpcSophia Tan
2023-07-26SERVER-78524 Fix dangling continuations in ↵Alex Li
async_rpc_util::getAllResponsesOrFirstErrorWithCancellation
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-20SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl coordinator ↵Alex Li
to use async RPC API
2023-06-01SERVER-74466 Attach OperationKey in async_rpc for non hedged requestsAlex Li
2023-05-24Revert "SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl ↵Benety Goh
coordinator to use async RPC API" This reverts commit c71a7ca83370d923fa918f14e04b6316cdbccb02.
2023-05-23SERVER-70192 Rewrite uses of sendCommandToShards in sharding ddl coordinator ↵Alex Li
to use async RPC API
2023-04-26SERVER-75529 Reduce the width of NamespaceStringMatt Broadstone
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2023-01-04SERVER-71230 Add baton support to async rpc sendersGeorge Wangensteen
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 ↵George Wangensteen
policy