Description
Interactive database applications typically require a "cancel" button for the user to stop a long running operation. Mongodb does not provide this ability, partly due to the closure of https://jira.mongodb.org/browse/SERVER-5605
Ideally, a query could be annotated with a $tag that will show up in db.currentOp().inprog output so that an application can track and potentially killOp() any queries in progress.