-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Sharding EMEA 2022-08-22, Sharding EMEA 2022-09-05, Sharding EMEA 2022-09-19, Sharding EMEA 2022-10-03
Plug the code performing the actual range deletion at this point of the range deleter service.
- Create an operation context, similar to the way it's done here.
- Invoke uassertStatusOK(deleteRangeInBatches) (it is expected to fail only in case of stepdown or if the collection gets dropped)
- Replace the manual task deregistration with the deletion of the range deletion task document (the observer will then trigger the deregistration once the deletion is majority committed)
- is depended on by
-
SERVER-65558 Enable Feature flag for PM-2849
- Closed