-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.3.2
-
Component/s: Concurrency, Sharding
-
Sharding
-
ALL
If mongos receives SIGTERM or SIGINT on a thread that holds the malloc mutex, the signal handler may deadlock since it mallocs as part of string construction. I have not observed this deadlock.