summaryrefslogtreecommitdiff
path: root/src/mongo/transport/session_workflow.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74881 Delist opCtx if sessionWorkFlow errors between dispatchWork() an...Jason Chan2023-04-101-0/+7
* SERVER-75109 restore the redundant yield for BF-27943Billy Donahue2023-03-221-22/+31
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-1/+1
* SERVER-73721 disable metrics in SessionWorkflowMatt Diener2023-02-141-1/+15
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-091-0/+5
* SERVER-73699 SessionWorkflow: remove redundant yield and Frame shared_ptrsBilly Donahue2023-02-081-33/+33
* SERVER-73623 SessionWorkflow: yield before _receiveRequestBilly Donahue2023-02-051-1/+9
* SERVER-71910 ensure SSLPeerInfo is not mutated after constructionMatt Diener2023-01-301-1/+1
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-3/+3
* SERVER-72713 SessionWorkflow: delete _taskRunner only after cleanupExhaustRes...Billy Donahue2023-01-121-1/+1
* SERVER-68875 SessionWorkflow loopBilly Donahue2022-12-111-180/+196
* SERVER-70151 no thread_locals in ServiceExecutorSynchronousBilly Donahue2022-11-291-9/+16
* SERVER-71029 Update slow SessionWorkflow log criteriaBlake Oler2022-11-281-19/+43
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-2/+16
* SERVER-70863 ServiceExecutor::TaskRunnerBilly Donahue2022-10-271-2/+17
* SERVER-70791 SessionWorkflowMetrics follow-upBilly Donahue2022-10-271-154/+163
* SERVER-69831 Use slowQuery threshold for slow SessionWorkflow logMatt Diener2022-10-201-4/+3
* SERVER-70227 fix move assignment of SessionWorkflowMetricsMatt Diener2022-10-111-0/+4
* SERVER-69830 Gather metrics in SessionWorkflow loop.Matt Diener2022-10-031-1/+151
* SERVER-68765 SSM terminology: source/sink terms to receive/sendBilly Donahue2022-08-161-9/+9
* SERVER-68546 WorkItem accessorsBilly Donahue2022-08-081-91/+149
* SERVER-68449 add SessionWorkflow::WorkItemBilly Donahue2022-08-041-145/+142
* SERVER-67830 Rename ServiceStateMachine -> SessionWorkflowAlex Li2022-07-281-0/+532