-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
For drivers that are implementing the find command, but not yet implementing currentOp (or other new DB commands), we still need to query on system collections.
In this particular case, PyMongo is still calling find on $cmd.sys.inprog, but is getting no response because the server isn't expecting a driver to use a new-style find on a system collection.
If this isn't going to be implemented, perhaps it can be better documented?
- related to
-
SERVER-7775 Make special commands (inprog, killop, unlock) go through the standard command codepath
- Closed