-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Shell
-
Server Tooling & Methods
-
ALL
The shell should not call quitNicely() in a signal handler; that function eventually makes many system calls that are unsafe to call in a signal handler.
Instead, the shell should do what the server does and unblock a special shutdown thread when SIGINT is signaled.
- is related to
-
MONGOSH-272 Interrupting the shell during a hung operation kills the whole shell, not the operation
- Closed