summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2021-05-19 14:21:14 +0000
committerJack Mulrow <jack.mulrow@mongodb.com>2021-06-25 15:38:52 +0000
commit783368e542a8b1db1d1b3a29f69c3492468d5ab6 (patch)
tree6f08fa1aa2e32ce59ab1b4df5ac145e6dda30774
parent9d535c51e86246b21a2ca3f36fcde418020c40e4 (diff)
downloadmongo-783368e542a8b1db1d1b3a29f69c3492468d5ab6.tar.gz
SERVER-57066 Fix typo in tenant migration donor blocking state timeout log
(cherry picked from commit 3a4705bd74a9e0f96f3c80651c80b27945b6a8b5)
-rw-r--r--src/mongo/db/repl/tenant_migration_donor_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_migration_donor_service.cpp b/src/mongo/db/repl/tenant_migration_donor_service.cpp
index 79050c25657..0ac4d9c671e 100644
--- a/src/mongo/db/repl/tenant_migration_donor_service.cpp
+++ b/src/mongo/db/repl/tenant_migration_donor_service.cpp
@@ -1082,7 +1082,7 @@ TenantMigrationDonorService::Instance::_waitForRecipientToReachBlockTimestampAnd
if (idx == 0) {
LOGV2(5290301,
"Tenant migration blocking stage timeout expired",
- "timeoutMs"_attr = repl::tenantMigrationGarbageCollectionDelayMS.load());
+ "timeoutMs"_attr = repl::tenantMigrationBlockingStateTimeoutMS.load());
// Deadline reached, cancel the pending '_sendRecipientSyncDataCommand()'...
recipientSyncDataSource.cancel();
// ...and return error.