summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
diff options
context:
space:
mode:
authorFernando Lisboa <fernando.lisboa@mongodb.com>2022-08-16 22:54:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-17 00:14:39 +0000
commitcbe2b6a6be0ae8425f7b79414434a22e1c4073e3 (patch)
treea0d328818e440f83d244cb75cc8451b478097fd7 /src/mongo/db/commands
parent5cdc95fb833c149e620648989591ed105044b3b2 (diff)
downloadmongo-cbe2b6a6be0ae8425f7b79414434a22e1c4073e3.tar.gz
SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to _forgetMigrationDurablePromise
Diffstat (limited to 'src/mongo/db/commands')
-rw-r--r--src/mongo/db/commands/tenant_migration_recipient_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/tenant_migration_recipient_cmds.cpp b/src/mongo/db/commands/tenant_migration_recipient_cmds.cpp
index a44047a3a67..459ce430ea8 100644
--- a/src/mongo/db/commands/tenant_migration_recipient_cmds.cpp
+++ b/src/mongo/db/commands/tenant_migration_recipient_cmds.cpp
@@ -293,7 +293,7 @@ public:
// Instruct the instance run() function to mark this migration garbage collectable.
recipientInstance->onReceiveRecipientForgetMigration(opCtx);
- recipientInstance->getCompletionFuture().get(opCtx);
+ recipientInstance->getForgetMigrationDurableFuture().get(opCtx);
}
private: