summaryrefslogtreecommitdiff
path: root/src/mongo/s/async_requests_sender.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-51296 Add cancelation support to RemoteCommandTargeterMatthew Saltz2020-12-221-1/+1
* SERVER-50660 Integrate CancelationTokens with OperationContextMatthew Saltz2020-12-221-2/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-49044 Make AsyncRequestSender not retry remote command requests with s...Luis Osta2020-07-151-3/+2
* SERVER-48409 Fix race in establishCursors unittestDavid Percy2020-06-091-0/+12
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-0/+17
* Revert "SERVER-46255 Use killOperations to cleanup dangling remote requests"Nick Zolnierz2020-04-281-17/+0
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-0/+17
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-131-3/+4
* SERVER-46646 Disallow hedging for commands that can potentially do writesCheahuychou Mao2020-03-101-1/+1
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-9/+9
* SERVER-46256 Make extractHedgeOptions take in ReadPreferenceSettingCheahuychou Mao2020-02-201-1/+1
* SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao2020-01-291-2/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+4
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-061-29/+55
* Revert "SERVER-41132 Opportunistic targeting for ARS"Gregory Wlodarek2019-06-061-53/+29
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-061-29/+53
* SERVER-39163 Parallel targetting in the ARSJason Carey2019-05-011-204/+125
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-3/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39208 ignore InterruptedAtShutdown in ARS dtorJason Carey2019-02-081-3/+10
* SERVER-39147 Always batonJason Carey2019-02-061-17/+1
* SERVER-36231 Mongos write path doesn't look for retryable write concern errorsRandolph Tan2019-01-161-0/+4
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-3/+1
* SERVER-37717 Fix race between Baton::notify() and Waitable::wait()Mathias Stearn2018-11-021-8/+2
* SERVER-37797 PCQ +multi +pipeJason Carey2018-11-021-4/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37358 dont early return from ARSJason Carey2018-10-011-2/+8
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-48/+5
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-45/+16
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-13/+0
* Revert "SERVER-35735 Single shard transaction support for basic crud ops"Randolph Tan2018-06-261-0/+13
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-13/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+1
* SERVER-35357 Implement a temporary map of transaction runtime states on MongoSRandolph Tan2018-06-201-1/+16
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-5/+4
* SERVER-34753 ARS::_makeProgress uses passed opCtxJason Carey2018-04-301-2/+5
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-7/+102
* SERVER-34582 Replace object level lock for ARSJason Carey2018-04-241-42/+21
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-3/+3
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-251-5/+5
* SERVER-28875 make the ARS take a RetryPolicyEsha Maharishi2017-09-131-3/+8
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-6/+1
* SERVER-28542 make ARS store interrupt status instead of CallbackCanceled in r...Esha Maharishi2017-03-301-5/+9