-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-07-22, Execution Team 2024-08-05
Fix to SERVER-74657 kept most threads unkillable with the following reason:
This job is primary/secondary agnostic and doesn't write to WT, stepdown won't and shouldn't interrupt it, so keep it as unkillable.
However samy.lanka@mongodb.com pointed out, the same reasoning can be made to make the thread killable preferably as this is the default.
This is used to change those threads as killable.
- related to
-
SERVER-74657 revisit if thread marked as unkillable is okay to be killable for storage execution related
- Closed