summaryrefslogtreecommitdiff
path: root/src/mongo/s/async_requests_sender.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-081-2/+8
* SERVER-64407 Add ResourceYielder support to ARSJack Mulrow2022-03-111-1/+7
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-1/+1
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-061-7/+11
* Revert "SERVER-41132 Opportunistic targeting for ARS"Gregory Wlodarek2019-06-061-13/+7
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-061-7/+13
* SERVER-39163 Parallel targetting in the ARSJason Carey2019-05-011-103/+102
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39147 Always batonJason Carey2019-02-061-33/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-4/+4
* SERVER-37797 PCQ +multi +pipeJason Carey2018-11-021-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-4/+2
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-5/+40
* SERVER-34582 Replace object level lock for ARSJason Carey2018-04-241-19/+20
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-1/+1
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-3/+3
* SERVER-28875 make the ARS take a RetryPolicyEsha Maharishi2017-09-131-1/+5
* SERVER-28542 make ARS store interrupt status instead of CallbackCanceled in r...Esha Maharishi2017-03-301-8/+9
* SERVER-28353 make ARS actually interruptible from the deadline on the Operati...Esha Maharishi2017-03-231-27/+27
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-99/+102
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+8
* SERVER-28163 make cluster_get_last_error_cmd.cpp use ARS instead of DBClientM...Esha Maharishi2017-03-061-5/+7
* SERVER-28173 create a component that sends requests in parallel to multiple h...Esha Maharishi2017-03-021-0/+283