summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-45464 Kill canceled operations remotelyCheahuychou Mao2020-02-195-42/+244
* SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...Cheahuychou Mao2020-02-192-2/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-138-71/+172
* SERVER-46106 Keep read-modify accesses to NetworkInterfaceMock::_alarms in on...Amirsaman Memaripour2020-02-121-3/+3
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-2/+35
* SERVER-45982 Separate RequestState concept from NetworkInterfaceTL::CommandStateBen Caimano2020-02-102-186/+254
* SERVER-45932 Use getNumAvailableCores() in TaskExecutorPoolAmirsaman Memaripour2020-02-071-2/+2
* SERVER-45449 Write a function to compute the desired latency for a staggered ...Cheahuychou Mao2020-01-292-8/+69
* SERVER-45002 Only propagate 'comment' field between nodes when upgrade to 4.4...David Storch2020-01-271-3/+13
* SERVER-44839 Make ConnectionPoolStats ordered and filteredBen Caimano2020-01-252-8/+22
* SERVER-43606 Enforce connection reuse in response to remote interruptionBen Caimano2020-01-215-158/+319
* SERVER-45261 create more state in NiTL ctorJason Carey2020-01-144-18/+39
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-181-0/+1
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-161-2/+3
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-097-8/+22
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-302-30/+0
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-216-6/+6
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-13/+13
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-035-5/+5
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-1/+6
* Revert "SERVER-42930 ConnectionPool controller updates must batch across hosts"Pavithra Vetriselvan2019-09-232-104/+56
* SERVER-42930 ConnectionPool controller updates must batch across hostsBen Caimano2019-09-192-56/+104