-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage 2017-07-31
There have recently been changes in MongoDB aimed at improving diagnosability and debuggability by tracking some context for threads in the system. The particular information currently tracked is:
- A name for the thread
- Whether the thread is currently idle or active
It would be nice if threads in the WiredTiger library could share the same context with MongoDB. The API in MongoDB can be found here:
https://github.com/mongodb/mongo/blob/master/src/mongo/util/concurrency/idle_thread_block.cpp
- is duplicated by
-
WT-3274 WiredTiger server threads should integrate with mongodb debugging utilities
- Closed
- is related to
-
WT-9330 Add observability on the last thread that accessed a session
- Open
-
SERVER-27727 Hide idle threads in hang_analyzer
- Closed
- related to
-
WT-9330 Add observability on the last thread that accessed a session
- Open