summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-5/+0
|
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
|
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
|
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-1/+2
|
* SERVER-70151 no thread_locals in ServiceExecutorSynchronousBilly Donahue2022-11-291-2/+1
|
* SERVER-71029 Update slow SessionWorkflow log criteriaBlake Oler2022-11-281-0/+4
|
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-2/+2
|
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+4
|
* SERVER-67829 Benchmark for ServiceStateMachineAlex Li2022-09-121-8/+10
|
* SERVER-69427 ServiceEntryPointImpl::startSession uses shared pointer instead ↵Alex Li2022-09-081-4/+4
| | | | of Sessions::iterator
* SERVER-64968 Add a global counter to measure how many ingress connections ↵Reo Kimura2022-08-041-1/+12
| | | | the server has rejected for workload management
* SERVER-67830 Rename ServiceStateMachine -> SessionWorkflowAlex Li2022-07-281-15/+16
|
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-1/+1
|
* SERVER-67251 strictly bind SSM::Impl lifetime to its SSMBilly Donahue2022-06-171-5/+4
|
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl ↵Billy Donahue2022-06-171-153/+240
| | | | SSMList data structure
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-63674 Create a FeatureFlag for ServiceEntryPointImpl::shutdownAndWaitDaniel Morilha2022-02-221-7/+20
|
* Revert "SERVER-62402 Ignore timeouts when running ↵Daniel Vitor Morilha2022-01-281-4/+4
| | | | | | `ServiceEntryPointImpl::shutdown` under sanitizers" This reverts commit a35742f044e3239d88c3fdd23fbe844881db2546.
* SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shutdown` ↵Daniel Vitor Morilha2022-01-241-4/+4
| | | | under sanitizers
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2021-12-211-0/+4
|
* SERVER-24912 Audit setting ClientMetadata as its own eventBen Caimano2021-03-191-1/+4
|
* SERVER-53421 Provide ways to track Session cleanupBen Caimano2021-01-061-58/+49
|
* SERVER-49109 ServiceExecutorFixed tracks work and sessionsBen Caimano2020-12-031-13/+11
| | | | | This commit also adds a server parameter to start on the "borrowed" threading model and introduces an evergreen variant for it.
* SERVER-49073 Track connections that are maxConn exempt or threadedBen Caimano2020-12-031-11/+13
|
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-031-35/+45
| | | | This reverts commit 575f370475bd31fc457a93a776061f1b80448028.
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-22/+72
|
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-091-1/+1
|
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster ↵Huayu Ouyang2020-09-301-4/+3
| | | | to InExhaustHello
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-241-0/+2
|
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-111/+52
| | | | | | | This reverts these commits: b039b24746e1d1fb10a32e1ca4831423c01d4cd7: SERVER-48980 97e16187ff3065d242a61a52e7b6edd4d439fb30: SERVER-49072 0607a6c291bf4cf4580a4444d826ed3c3ac3df47: SERVER-49104
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-35/+45
|
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-21/+70
|
* SERVER-49417 Fix connectionId attribute nameBilly Donahue2020-08-041-4/+5
|
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-12/+17
| | | | | | * all logs under mongo/transport and mongo/util/net were reviewed and many were cleaned up * all "status"_attr were reviewed and most changed to "error"_attr
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-14/+10
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-12/+7
|
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-211-0/+5
|
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-211-5/+0
| | | | This reverts commit b4915c29d4848439e23857c45fd3fcf94622b015.
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-201-0/+5
|
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-12/+37
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
|
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
|
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-06-061-11/+10
| | | | 224 bytes -> 40 bytes
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-34422-ThreadMetrics: ServerStatus now returns the number of active ↵Tyler Kaye2019-01-281-0/+4
| | | | client operations
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2018-12-201-3/+5
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-8/+63
|