With mongos running at log level 3, a dbKillCursors request will assert due to a missing namespace.
The log statement calling getNs() (which then asserts) is here:
https://github.com/mongodb/mongo/blob/r2.6.8/src/mongo/s/request.cpp#L93
The assertion is generated by a "verify" statement here:
https://github.com/mongodb/mongo/blob/r2.6.8/src/mongo/db/dbmessage.cpp#L82
- is duplicated by
-
SERVER-20101 mongos cursors cannot be killed if server log level is 3 or higher
- Closed