Steps to reproduce:
- Run long 'count' operation
- Try to kill it: db.killOp(<op_id>)
Result: - On client side driver return 0, but should throw an exception. CommandResult looks like:
{ n: 0, ok: 1.0 }
- depends on
-
SERVER-2291 count command returns zero in some error cases rather than reporting an error with ok:false
- Closed
- is duplicated by
-
SERVER-3678 Interrupted count query returns 0 as count result
- Closed