diff options
author | Cheahuychou Mao <cheahuychou.mao@mongodb.com> | 2019-12-11 21:46:37 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-11 21:46:37 +0000 |
commit | 6dfa4748f017315300a32982b63fe71e8a68d42d (patch) | |
tree | bb089ddc8ccd769339bb1dfc2263f47020db86fe /src/mongo/db/free_mon | |
parent | 57acc8b666b8c9dfc34eaf03c226ab26ac225781 (diff) | |
download | mongo-6dfa4748f017315300a32982b63fe71e8a68d42d.tar.gz |
SERVER-44911 Make index operations abort concurrent outgoing migrations
Diffstat (limited to 'src/mongo/db/free_mon')
-rw-r--r-- | src/mongo/db/free_mon/free_mon_op_observer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/free_mon/free_mon_op_observer.h b/src/mongo/db/free_mon/free_mon_op_observer.h index 00c565d0dea..3220c2b3985 100644 --- a/src/mongo/db/free_mon/free_mon_op_observer.h +++ b/src/mongo/db/free_mon/free_mon_op_observer.h @@ -58,6 +58,8 @@ public: const std::vector<BSONObj>& indexes, bool fromMigrate) final {} + void onStartIndexBuildSinglePhase(OperationContext* opCtx, const NamespaceString& nss) final {} + void onCommitIndexBuild(OperationContext* opCtx, const NamespaceString& nss, CollectionUUID collUUID, |