-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Sharding EMEA 2022-11-14
-
55
The range deleter processor's state is initialized right after the thread.
Move it up in order to make sure the thread does not read a wrong value before initialization happens. When the race condition happens, the thread will return and no range deletion will be served.
- is caused by
-
SERVER-70964 Do not wait for range deletion thread on stepdown
- Closed