-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
Original title: v8_db.cpp::internalCursorNext() does not use DBClientCursor::nextSafe()
Without using nextSafe(), iteration of DBClientCursors do not throw exceptions when getMore() fails, for instance, because they interpret the result as a valid final document of the form
{ $err : "message" }.
This code should be audited to ensure that it throws the exception or is handled in a different way.
- related to
-
SERVER-12716 removec.js failing in sharding passthrough
- Closed