-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
v4.2
-
Dev Tools 2019-08-12
The storage engine watchdog treats interruption of one of its periodic threads as fatal to that thread, but not to the process. However, it does not start a replacement thread, meaning that such an interruption (which a sufficiently powerful user can cause with a `killOp` operation) would stop monitoring, leaving behind just an error-level log message. We should change that message to severe-level (F) and terminate the process when we encounter it.