summaryrefslogtreecommitdiff
path: root/src/mongo/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-43370 NetworkInterfaceMock should use stdx::mutexBen Caimano2019-09-182-32/+32
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1725-152/+152
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-108-24/+24
* SERVER-42790 Change ConnectionPool's kDiagnosticLogLevel from 3 to 4Esha Maharishi2019-08-131-1/+1
* SERVER-41493 Set request deadline based on maxtime ms in network interfaceShaileja Jain2019-08-012-8/+82
* SERVER-42303 NITL schedules out-of-line immediately and never againBen Caimano2019-07-292-57/+84
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-273-9/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2716-139/+117
* SERVER-42286 Return connections inline, spawn connections out-of-lineBen Caimano2019-07-242-61/+50
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-099-25/+38
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-014-31/+47
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-84/+27
* SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano2019-06-193-25/+88
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-35797 Add timeout value to NetworkInterfaceExceededTimeLimit messagesAlya Berciu2019-06-132-10/+21
* SERVER-41460 dropConnections should shut down affected SpecificPoolsBen Caimano2019-06-111-6/+2
* SERVER-39819 SERVER-39820 Add HostGroup Controller impl to tie together replSetsBen Caimano2019-06-101-0/+1
* SERVER-39817 Make a ConnectionPool Controller interfaceBen Caimano2019-06-102-212/+544