-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
v5.0
-
Sharding EMEA 2021-05-31
-
141
This would make it possible to shutdown and restart the migrationutil::getMigrationUtilExecutor() thread pool between C++ test cases. RangeDeleterTest::tearDown() in range_deletion_util_test.cpp is currently problematic because it doesn't prevent a task from starting to run while the ServiceContext is being destroyed, nor does it prevent a task from starting to run while the (static storage duration) logv2 subsystem is being destroyed.
- is related to
-
SERVER-51708 submitRangeDeletionTask should handle RangeOverlapConflict error
- Closed