summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
diff options
context:
space:
mode:
authorAlex Li <alex.li@mongodb.com>2022-07-28 16:13:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-28 17:21:38 +0000
commit11967978f80d227ff72975807209180658912c6d (patch)
tree6d06c98f1a32ca294435cabf19439e03d562967c /src/mongo/db/service_entry_point_common.cpp
parente4e786a4300a6bd2c0719d5a7b9f4a90a178aeb2 (diff)
downloadmongo-11967978f80d227ff72975807209180658912c6d.tar.gz
SERVER-67830 Rename ServiceStateMachine -> SessionWorkflow
Diffstat (limited to 'src/mongo/db/service_entry_point_common.cpp')
-rw-r--r--src/mongo/db/service_entry_point_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/service_entry_point_common.cpp b/src/mongo/db/service_entry_point_common.cpp
index d2b327fad3e..3bc08313324 100644
--- a/src/mongo/db/service_entry_point_common.cpp
+++ b/src/mongo/db/service_entry_point_common.cpp
@@ -833,7 +833,7 @@ Future<void> InvokeCommand::run() {
return makeReadyFutureWith([&] {
auto execContext = _ecd->getExecutionContext();
// TODO SERVER-53761: find out if we can do this more asynchronously. The client
- // Strand is locked to current thread in ServiceStateMachine::Impl::startNewLoop().
+ // Strand is locked to current thread in SessionWorkflow::Impl::startNewLoop().
tenant_migration_access_blocker::checkIfCanReadOrBlock(execContext->getOpCtx(),
execContext->getRequest())
.get(execContext->getOpCtx());