summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager.h
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2020-05-12 17:26:45 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-18 04:14:45 +0000
commitd0e6f87351312a299a17f6d63e3f2f4db834ae1f (patch)
treecf758ddf2c85d414d9eab4aa1b318791934aae30 /src/mongo/db/s/migration_destination_manager.h
parent7e2111ef33fc40959a254bd3109466176ae60718 (diff)
downloadmongo-d0e6f87351312a299a17f6d63e3f2f4db834ae1f.tar.gz
SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being submitted for deletio
Diffstat (limited to 'src/mongo/db/s/migration_destination_manager.h')
-rw-r--r--src/mongo/db/s/migration_destination_manager.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mongo/db/s/migration_destination_manager.h b/src/mongo/db/s/migration_destination_manager.h
index d2310ddffe2..62e6b6fc99b 100644
--- a/src/mongo/db/s/migration_destination_manager.h
+++ b/src/mongo/db/s/migration_destination_manager.h
@@ -201,11 +201,7 @@ private:
stdx::thread _migrateThreadHandle;
- // Whether to use the resumable range deleter. This decision is based on whether the FCV 4.2 or
- // FCV 4.4 protocol are in use and the disableResumableRangeDeleter option is off.
- bool _enableResumableRangeDeleter{true};
-
- boost::optional<UUID> _migrationId;
+ UUID _migrationId;
LogicalSessionId _lsid;
TxnNumber _txnNumber;
NamespaceString _nss;