summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu Kaushik <vishnu.kaushik@mongodb.com>2021-01-20 05:12:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-20 23:38:54 +0000
commit3867ca1ae0aed85ebe5b2d9ec70f41e73786dcfc (patch)
tree0ecb510403ab2f94a1a723f3eea44db67ea70da3
parent3681d3ae3a6eec2ce9aa1dd9a6f5b3ec68bcd80b (diff)
downloadmongo-3867ca1ae0aed85ebe5b2d9ec70f41e73786dcfc.tar.gz
SERVER-53876 remove TODO SERVER-50974 comment
-rw-r--r--src/mongo/db/repl/tenant_migration_recipient_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_migration_recipient_service.h b/src/mongo/db/repl/tenant_migration_recipient_service.h
index 7f95d9f91fb..5b8cf10bf47 100644
--- a/src/mongo/db/repl/tenant_migration_recipient_service.h
+++ b/src/mongo/db/repl/tenant_migration_recipient_service.h
@@ -111,7 +111,7 @@ public:
}
/**
- * TODO(SERVER-50974) Report TenantMigrationRecipientService Instances in currentOp().
+ * Report TenantMigrationRecipientService Instances in currentOp().
*/
boost::optional<BSONObj> reportForCurrentOp(
MongoProcessInterface::CurrentOpConnectionsMode connMode,