summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source_legacy.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2018-07-18 14:11:47 -0400
committerDavid Storch <david.storch@10gen.com>2018-07-20 14:29:32 -0400
commitad27cdb54ecee9cb012a74e3c3d044151bfce974 (patch)
tree138bde8a83713db787ce934cd33a2319b59a4e3d /src/mongo/db/s/migration_chunk_cloner_source_legacy.h
parentcfcda44b4dde0b94f2ad592f7401711c9b3a20e2 (diff)
downloadmongo-ad27cdb54ecee9cb012a74e3c3d044151bfce974.tar.gz
SERVER-36155 Remove DeleteNotificationStage.
This query execution stage was used for chunk migrations on MMAPv1 only. Removing it is prep work for deleting MMAPv1 document invalidation notifications entirely.
Diffstat (limited to 'src/mongo/db/s/migration_chunk_cloner_source_legacy.h')
-rw-r--r--src/mongo/db/s/migration_chunk_cloner_source_legacy.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/s/migration_chunk_cloner_source_legacy.h b/src/mongo/db/s/migration_chunk_cloner_source_legacy.h
index 17979a5c2ef..46791532121 100644
--- a/src/mongo/db/s/migration_chunk_cloner_source_legacy.h
+++ b/src/mongo/db/s/migration_chunk_cloner_source_legacy.h
@@ -34,7 +34,6 @@
#include "mongo/bson/bsonobj.h"
#include "mongo/client/connection_string.h"
#include "mongo/db/namespace_string.h"
-#include "mongo/db/query/plan_executor.h"
#include "mongo/db/repl/optime.h"
#include "mongo/db/s/migration_chunk_cloner_source.h"
#include "mongo/db/s/migration_session_id.h"
@@ -197,10 +196,6 @@ private:
// The resolved primary of the recipient shard
const HostAndPort _recipientHost;
- // Registered deletion notifications plan executor, which will listen for document deletions
- // during the cloning stage
- std::unique_ptr<PlanExecutor, PlanExecutor::Deleter> _deleteNotifyExec;
-
std::unique_ptr<SessionCatalogMigrationSource> _sessionCatalogSource;
// Protects the entries below