-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2023-05-15, QE 2023-05-29, QE 2023-06-12, QE 2023-06-26, QE 2023-07-10, QE 2023-07-24, QE 2023-08-07, QE 2023-08-21, QE 2023-09-04
InĀ SERVER-70127, we changed the default behavior of a thread to be killable by default. We now marked all threads that were not marked as killable before to be unkillable, but it could be there are threads not necessary to be unkillable.
Here killable means interruptable. The thread itself is not canceled if the interrupt is handled.
This ticket is created for teams owning relative code directories to revisit whether these threads should be marked as unkillable.
You can search the ticket number(SERVER-74662) to lookup TODO threads.
- depends on
-
SERVER-70127 Default system operations to be killable by stepdown
- Closed