-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Logging
The logging subsystem caches streams inside of thread locals, which may be cleaned up before other thread locals on destruction. This means it is not safe to log() anything inside of any class that is stored in a thread local or thread specific pointer. Logging should be immortal, it should be safe to log everywhere.
- is related to
-
SERVER-29152 Segfault in multiple shard primaries under regular load
- Closed