summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69206 Remove use-after-move on ConnectionPool::Options in ConnectionPo...George Wangensteen2023-05-161-1/+1
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+4
* SERVER-73610 Introduce Connection-Leasing from ConnectionPool and NetworkInte...George Wangensteen2023-03-151-46/+91
* SERVER-73953 Use fast clock and relaxed atomics for egress connection usage m...Vojislav Stojkovic2023-02-171-6/+11
* SERVER-67888 Add metrics to FTDC for connection reuseReo Kimura2022-10-061-11/+47
* SERVER-68329 Drop single connection on some errors during connection set upAlex Li2022-09-271-0/+11
* SERVER-43155 Queries which exceed `maxTimeMS` may return `NetworkInterfaceExc...Varun Ravichandran2022-06-271-26/+55
* SERVER-63261 Add metrics for wait time for requests to acquire egress connect...Vojislav Stojkovic2022-05-281-0/+32
* SERVER-64966 Count how many pooled connections are created, but never usedReo Kimura2022-05-241-1/+35
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2022-01-141-1/+9
* SERVER-55055 Add cumulative metric for the total refreshed connectionsDaniel Vitor Morilha2022-01-131-4/+27
* Revert "SERVER-55055 Add cumulative metric for the total refreshed connections"Daniel Vitor Morilha2022-01-101-27/+4
* SERVER-55055 Add cumulative metric for the total refreshed connectionsDaniel Vitor Morilha2022-01-061-4/+27
* Revert "SERVER-55816: Clamp negative timeouts in connection pools' connections"sergey.galtsev2021-09-241-10/+2
* SERVER-55816: Clamp negative timeouts in connection pools' connectionsTyler Seip2021-09-211-2/+10
* SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li2021-08-121-1/+2
* SERVER-57267 Fix invalid iterator use in ConnectionPool::dropConnectionsGeorge Wangensteen2021-06-041-2/+6
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disab...George Wangensteen2021-01-271-0/+3
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-6/+4
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-051-3/+6
* SERVER-48159 Reduce the inline cost of isConnected()Amirsaman Memaripour2020-06-241-1/+1
* SERVER-48511 Improve ConnectionPool error messagesAmirsaman Memaripour2020-06-171-4/+3
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-251-8/+11
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-54/+78
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-4/+2
* Revert "SERVER-46512 do not use baton to run hedge requests"Misha Tyulenev2020-03-121-11/+0
* SERVER-46512 do not use baton to run hedge requestsMisha Tyulenev2020-03-121-0/+11
* SERVER-42930 Pools for hosts can outlive their groupsBen Caimano2020-02-281-4/+24
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-02-271-4/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-39/+105
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* Revert "SERVER-42930 ConnectionPool controller updates must batch across hosts"Pavithra Vetriselvan2019-09-231-74/+53
* SERVER-42930 ConnectionPool controller updates must batch across hostsBen Caimano2019-09-191-53/+74
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-42790 Change ConnectionPool's kDiagnosticLogLevel from 3 to 4Esha Maharishi2019-08-131-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+11
* SERVER-42286 Return connections inline, spawn connections out-of-lineBen Caimano2019-07-241-31/+24
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-011-14/+16
* SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano2019-06-191-15/+60
* SERVER-35797 Add timeout value to NetworkInterfaceExceededTimeLimit messagesAlya Berciu2019-06-131-3/+7
* 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-101-206/+396
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-41430 Always spawn connections out of lineBen Caimano2019-05-311-1/+1
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-291-172/+127