From d0e6f87351312a299a17f6d63e3f2f4db834ae1f Mon Sep 17 00:00:00 2001 From: Esha Maharishi Date: Tue, 12 May 2020 17:26:45 -0400 Subject: SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being submitted for deletio --- src/mongo/db/s/migration_destination_manager.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/mongo/db/s/migration_destination_manager.h') 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 _migrationId; + UUID _migrationId; LogicalSessionId _lsid; TxnNumber _txnNumber; NamespaceString _nss; -- cgit v1.2.1