summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_service.h
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2022-08-10 15:07:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-10 16:13:09 +0000
commit4a13b3ca73c91126f78e87b39f31765e28ed8dfb (patch)
treeabce22259606a77549e9f47c248dd3a5f6913a25 /src/mongo/db/repl/tenant_migration_recipient_service.h
parent66b9f6ac4fdb55d40f39c4318dc982aa5de1d8f2 (diff)
downloadmongo-4a13b3ca73c91126f78e87b39f31765e28ed8dfb.tar.gz
SERVER-65236 Make tenant migration donor delete its state doc in its run method
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_recipient_service.h')
-rw-r--r--src/mongo/db/repl/tenant_migration_recipient_service.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/repl/tenant_migration_recipient_service.h b/src/mongo/db/repl/tenant_migration_recipient_service.h
index 820ffdae0fd..9e292e0041f 100644
--- a/src/mongo/db/repl/tenant_migration_recipient_service.h
+++ b/src/mongo/db/repl/tenant_migration_recipient_service.h
@@ -582,12 +582,6 @@ public:
void _compareRecipientAndDonorFCV() const;
/*
- * Increments either 'totalSuccessfulMigrationsReceived' or 'totalFailedMigrationsReceived'
- * in TenantMigrationStatistics by examining status and promises.
- */
- void _setMigrationStatsOnCompletion(Status completionStatus) const;
-
- /*
* Sets up internal state to begin migration.
*/
void _setup();