From 6dfa4748f017315300a32982b63fe71e8a68d42d Mon Sep 17 00:00:00 2001 From: Cheahuychou Mao Date: Wed, 11 Dec 2019 21:46:37 +0000 Subject: SERVER-44911 Make index operations abort concurrent outgoing migrations --- src/mongo/db/auth/auth_op_observer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mongo/db/auth/auth_op_observer.h') diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h index 931cb7e0747..7287876df0b 100644 --- a/src/mongo/db/auth/auth_op_observer.h +++ b/src/mongo/db/auth/auth_op_observer.h @@ -58,6 +58,8 @@ public: const std::vector& indexes, bool fromMigrate) final {} + void onStartIndexBuildSinglePhase(OperationContext* opCtx, const NamespaceString& nss) final {} + void onCommitIndexBuild(OperationContext* opCtx, const NamespaceString& nss, CollectionUUID collUUID, -- cgit v1.2.1