summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/migration_destination_manager.h')
-rw-r--r--src/mongo/db/s/migration_destination_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/s/migration_destination_manager.h b/src/mongo/db/s/migration_destination_manager.h
index 827a0206b80..49d1daa0eb8 100644
--- a/src/mongo/db/s/migration_destination_manager.h
+++ b/src/mongo/db/s/migration_destination_manager.h
@@ -279,6 +279,9 @@ private:
void onStepUpComplete(OperationContext* opCtx, long long term) final {}
void onStepDown() final;
void onBecomeArbiter() final {}
+ inline std::string getServiceName() const override final {
+ return "MigrationDestinationManager";
+ }
// The number of session oplog entries recieved from the source shard. Not all oplog
// entries recieved from the source shard may be committed