-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Server Tooling & Methods
Currently the output from mongodb-show-locks and mongodb-waitsfor-graph only outputs the locks by their addresses. This makes it difficult to reconcile which locks are actually being held. Ideally we could add lock names and the file and line number where it was acquired or being waited for. This will help in cases where a lock was acquired deep in a call stack before the thread ultimately blocks.
- related to
-
SERVER-33987 add thread name to hang analyzer output
- Closed