From 3ad8827a2f8763f4ff2eac719e6b0420f0627b33 Mon Sep 17 00:00:00 2001 From: Christopher Caplinger Date: Wed, 5 Jan 2022 22:32:26 +0000 Subject: SERVER-61131: Store backup cursor results and set state to 'learned filenames' --- src/mongo/db/repl/tenant_migration_recipient_op_observer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/repl/tenant_migration_recipient_op_observer.cpp') diff --git a/src/mongo/db/repl/tenant_migration_recipient_op_observer.cpp b/src/mongo/db/repl/tenant_migration_recipient_op_observer.cpp index 1c741c5d914..3de36b59ce3 100644 --- a/src/mongo/db/repl/tenant_migration_recipient_op_observer.cpp +++ b/src/mongo/db/repl/tenant_migration_recipient_op_observer.cpp @@ -125,7 +125,7 @@ void TenantMigrationRecipientOpObserver::onUpdate(OperationContext* opCtx, << "Bad state " << TenantMigrationRecipientState_serializer(state) << " for protocol '" << MigrationProtocol_serializer(protocol) << "'", - protocol == MigrationProtocolEnum::kMultitenantMigrations); + protocol == MigrationProtocolEnum::kShardMerge); break; case TenantMigrationRecipientStateEnum::kStarted: createAccessBlockerIfNeeded(opCtx, recipientStateDoc); -- cgit v1.2.1