[SERVER-4140] reporting in currentOp with certain commands, findAndModify, getLastError could be better Created: 24/Oct/11  Updated: 15/Jun/17  Resolved: 15/Jun/17

Status: Closed
Project: Core Server
Component/s: Diagnostics
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Greg Studer Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
Operating System: ALL
Participants:

 Description   

Reporting of commands which invoke further processing in currentOp() could be more intuitive, for example extra description could be added to sub-ops. To reproduce:

mongo <mongod>
> while( true ){ db.findAndModify({}); sleep(1) }

mongo <mongod>
> while( true )

{ printjson( db.currentOp() ); sleep(1) }

Sub-ops reported in various completion states, no way to know what the root cause was. Repeated GLE can also result in empty currentOp()s.


Generated at Thu Feb 08 03:05:04 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.