summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-251-8/+11
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-246-22/+12
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-221-14/+23
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-2210-122/+131
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-178-69/+141
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-19/+12
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-146-6/+6
* SERVER-47507 Cancel all remaining egress commands on shutdownBen Caimano2020-04-141-0/+19
* SERVER-47480 Remove NonAuthTaskExecutor decorationAmirsaman Memaripour2020-04-134-233/+0
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests mo...Cheahuychou Mao2020-04-074-25/+65
* SERVER-47351 Better synchronize NetworkInterfaceTL shutdown with in-flight co...Ben Caimano2020-04-062-13/+47
* SERVER-47352 Return connections inline for NetworkInterfaceTLBen Caimano2020-04-061-5/+5
* SERVER-46821 Allow NetworkingBatons to send work to ASIOReactor after detachBen Caimano2020-04-012-97/+46
* SERVER-46972 Create test-only command for establishing egress to another nodeSara Golemon2020-03-314-0/+29
* Revert "SERVER-46972 Create test-only command for establishing egress to anot...Matthew Saltz2020-03-304-29/+0
* SERVER-46972 Create test-only command for establishing egress to another nodeSara Golemon2020-03-304-0/+29
* SERVER-47167 Make hedged read tests more robustCheahuychou Mao2020-03-301-1/+2
* SERVER-47141 Make failpoint in NetworkInterfaceTL sort targets before constru...Cheahuychou Mao2020-03-271-22/+18
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-262-30/+2
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-258-92/+57
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-03-258-57/+92
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-243-10/+5
* SERVER-47064 Use std::invoke_result instead of std::result_ofMark Benvenuto2020-03-241-2/+2
* SERVER-45579 Remove FCV 4.4 check guarding addition of 'comment' to remote co...David Storch2020-03-231-12/+3
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-175-225/+281
* Revert "SERVER-46512 do not use baton to run hedge requests"Misha Tyulenev2020-03-122-22/+1
* SERVER-46512 do not use baton to run hedge requestsMisha Tyulenev2020-03-122-1/+22
* SERVER-46794 Fix usage of joinAsync() in scheduleLoseRaceWithShutdown.Max Hirschhorn2020-03-111-1/+1
* SERVER-46694 Make hedging_metrics_server_status.js determinsticCheahuychou Mao2020-03-063-9/+24
* SERVER-46607 ignore MaxTimeMSExpire error on hedged readsMisha Tyulenev2020-03-051-11/+31
* SERVER-46566 increment hedging metrics countersMisha Tyulenev2020-03-055-3/+197
* SERVER-46472 add maxTimeMSForHedgedReadsMisha Tyulenev2020-03-032-2/+31
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-026-7/+38
* SERVER-42930 Pools for hosts can outlive their groupsBen Caimano2020-02-281-4/+24
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46463 add logging for hedged readsMisha Tyulenev2020-02-282-2/+17
* SERVER-45726 Improve variable names in TaskExecutorCursorCheahuychou Mao2020-02-273-50/+59
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-02-272-5/+14
* SERVER-45726 Allow empty firstBatch with TaskExecutorCursorCheahuychou Mao2020-02-273-18/+109
* SERVER-45432 Basic support for operation hedgingMisha Tyulenev2020-02-275-71/+245
* SERVER-45117 template AlarmState weak_ptrLouis Williams2020-02-271-1/+1
* SERVER-45117 Guard NetworkInterfaceTL::setAlarm() more aggressivelyBen Caimano2020-02-262-11/+53
* SERVER-46331 Check for SocketException error on response object in NetworkInt...Janna Golden2020-02-251-9/+6
* SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and ForgetCheahuychou Mao2020-02-243-83/+142
* SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden2020-02-227-6/+497
* SERVER-46306 Make cancelCommand integration tests wait for the command to acq...Cheahuychou Mao2020-02-214-45/+60
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2111-13/+8
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-2/+3
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-198-30/+409