A new startup-only server parameter will be added to the KVStorageEngine to support toggling this new two phase drop behavior.
MONGO_EXPORT_STARTUP_SERVER_PARAMETER(enableKVPendingDrops, bool, true);
This server parameter should be retained during 4.2 development and removed before 4.2 GA is released.