-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Diagnostics
-
Query Execution
If mongod hangs it can be useful to have currentOp information to identify what ops are running. But when mongod is hung it may not be possible to connect to obtain currentOp, or if it is possible, a system administrator who is focused on restoring function may not do so.
We could log currentOp in mongod, possibly
- periodically, for example once per minute
- when clean shutdown is attempted
- when clean shutdown is attempted but gets stalled
- is related to
-
SERVER-35079 Provide a mechanism to redact PII out of db.currentOp() output
- Backlog
- related to
-
SERVER-33445 Add signal handler to generate stack traces
- Closed